# 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_core" version = "0.10.2" description = "Ergonomic, performant, incremental computation between arbitrary types" license = "MIT" resolver = "1" [dependencies.petgraph] version = "0.6.3" features = [] optional = true default-features = false [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.59" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.26" features = ["full"] [dependencies.thiserror] version = "1.0.43" [dev-dependencies.colored-diff] version = "0.2.3" [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.log] version = "0.4.19" [features] default = [] graphviz = ["dep:petgraph"]