# 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" rust-version = "1.75" name = "guppy" version = "0.17.8" authors = [ "Rain ", "Brandon Williams ", ] build = false exclude = ["README.tpl"] autobins = false autoexamples = false autotests = false autobenches = false description = "Track and query Cargo dependency graphs." documentation = "https://docs.rs/guppy" readme = "README.md" keywords = [ "cargo", "dependencies", "graph", "guppy", ] categories = [ "config", "data-structures", "development-tools", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/guppy-rs/guppy" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg=doc_cfg"] [lib] name = "guppy" path = "src/lib.rs" [[example]] name = "deps" path = "examples/deps.rs" [[example]] name = "print_by_level" path = "examples/print_by_level.rs" [[example]] name = "print_dot" path = "examples/print_dot.rs" [[example]] name = "remove_dev_only" path = "examples/remove_dev_only.rs" [[example]] name = "topo_sort" path = "examples/topo_sort.rs" [[test]] name = "graph-tests" path = "tests/graph-tests/main.rs" [dependencies.ahash] version = "0.8.11" [dependencies.camino] version = "1.1.7" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.debug-ignore] version = "1.0.5" [dependencies.fixedbitset] version = "0.4.2" default-features = false [dependencies.guppy-summaries] version = "0.7.1" optional = true [dependencies.guppy-workspace-hack] version = "0.1.0" [dependencies.indexmap] version = "2.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.nested] version = "0.1.1" [dependencies.once_cell] version = "1.19.0" [dependencies.pathdiff] version = "0.2.1" features = ["camino"] [dependencies.petgraph] version = "0.6.5" default-features = false [dependencies.proptest] version = "1.5.0" optional = true [dependencies.proptest-derive] version = "0.4.0" optional = true [dependencies.rayon] version = "1.10.0" optional = true [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.smallvec] version = "1.13.2" [dependencies.static_assertions] version = "1.1.0" [dependencies.target-spec] version = "3.2.2" [dependencies.toml] version = "0.5.11" features = ["preserve_order"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [features] proptest1 = [ "proptest", "proptest-derive", "target-spec/proptest1", ] rayon1 = ["rayon"] summaries = [ "guppy-summaries", "target-spec/summaries", "toml", ] [badges.maintenance] status = "actively-developed" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]