This project manages its dependencies using Cargo.
Learn more
Cargo.toml 638 B
[package]
name = "juno_scheduler"
version = "0.0.1"
authors = ["Aaron Councilman <aaronjc4@illinois.edu>"]
edition = "2021"
[features]
cuda = []
[build-dependencies]
cfgrammar = "0.13"
lrlex = "0.13"
lrpar = "0.13"
[dependencies]
cfgrammar = "0.13"
lrlex = "0.13"
lrpar = "0.13"
tempfile = "*"
prettyplease = "0.2.29"
syn = { version = "2.0.96", features = ["full"] }
hercules_cg = { path = "../hercules_cg" }
hercules_ir = { path = "../hercules_ir" }
hercules_opt = { path = "../hercules_opt" }
juno_utils = { path = "../juno_utils" }
postcard = { version = "*", features = ["alloc"] }
serde = { version = "*", features = ["derive"] }