# 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 = "dag_compute" version = "0.1.0" description = "A library for the construction of arbitrary computation DAGs and the expression of dataflow graphs" documentation = "https://docs.rs/dag_compute" readme = "README.md" keywords = ["dataflow"] categories = ["data-structures", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/rlee287/dag_compute" resolver = "2" [dependencies.log] version = "0.4" [dependencies.slotmap] version = "1.0" [dev-dependencies.rand] version = "0.8" features = ["getrandom", "small_rng"] default-features = false [dev-dependencies.version-sync] version = ">=0.9.3, < 0.10.0" features = ["html_root_url_updated"] default-features = false [dev-dependencies.wav] version = "1.0" [features]