# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "inference_graph" version = "0.1.0" description = "For building graphs of async tasks by having each node only refer to its own inputs." readme = "README.md" keywords = [ "DAG", "inference", "graph", ] license = "MIT" repository = "https://github.com/maccam912/inference_graph" resolver = "2" [dependencies.futures] version = "0.3.25" [dependencies.tokio] version = "1.21.2" features = ["sync"] [dependencies.toml] version = "0.5" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ]