[package] name = "inference_graph" description = "For building graphs of async tasks by having each node only refer to its own inputs." readme = "README.md" repository = "https://github.com/maccam912/inference_graph" license = "MIT" keywords = ["DAG", "inference", "graph"] version = "0.1.0" edition = "2021" resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.25" tokio = { version = "1.21.2", features = ["sync"] } toml = "0.5" [dev-dependencies] tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros"] }