# 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 = "moongraph" version = "0.4.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Schedules and runs DAGs accessing shared resources. 🌙" readme = "README.md" keywords = [ "dag", "graph", "rendergraph", "schedule", ] categories = [ "rendering", "game-development", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/schell/moongraph" [package.metadata.docs.rs] all-features = true [lib] name = "moongraph" path = "src/lib.rs" [dependencies.aquamarine] version = "0.4.0" optional = true [dependencies.broomdog] version = "0.1.1" [dependencies.dagga] version = "0.2.1" default-features = false [dependencies.log] version = "0.4.17" [dependencies.moongraph-macros] version = "0.1.3" optional = true [dependencies.rayon] version = "1.7" optional = true [dependencies.snafu] version = "0.8" [features] default = [ "parallel", "derive", ] derive = ["dep:moongraph-macros"] dot = ["dagga/dot"] parallel = ["dep:rayon"] tutorial = ["dep:aquamarine"]