# 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 = "depends" version = "0.10.2" description = "Ergonomic, performant, incremental computation between arbitrary types" readme = "README.md" keywords = [ "dag", "graph", "incremental", "computation", "cache", ] license = "MIT" repository = "https://github.com/Justice4Joffrey/depends-rs" resolver = "1" [package.metadata.docs.rs] features = [ "graphviz", "hashbrown", ] no-default-features = true rustc-args = [ "--cfg", "doc_cfg", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.ahash] version = "0.8.3" optional = true [dependencies.depends_derives] version = "0.10.2" [dependencies.hashbrown] version = "0.14.0" features = ["ahash"] optional = true [dependencies.thiserror] version = "1.0.43" [dev-dependencies.serial_test] version = "2.0.0" [features] default = [] graphviz = ["depends_derives/graphviz"] hashbrown = [ "dep:ahash", "dep:hashbrown", ] test-utils = []