# 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 = "dagga" version = "0.2.1" description = "For scheduling directed acyclic graphs of nodes that create, read, write and consume resources." documentation = "https://docs.rs/dagga" readme = "README.md" keywords = [ "dag", "schedule", "solver", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/schell/dagga" [dependencies.dot2] version = "^1.0" optional = true [dependencies.log] version = "^0.4" [dependencies.rustc-hash] version = "^1.1" [dependencies.snafu] version = "^0.7" [features] default = ["dot"] dot = ["dot2"]