# 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.65.0" name = "krates" version = "0.17.5" authors = [ "Embark ", "Jake Shadle ", ] build = false exclude = [ ".github", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create graphs of crates gathered from cargo metadata" homepage = "https://github.com/EmbarkStudios/krates" documentation = "https://docs.rs/krates" readme = "README.md" keywords = [ "cargo", "metadata", "graph", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/krates" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "krates" path = "src/lib.rs" [[example]] name = "graph" path = "examples/graph.rs" [dependencies.camino] version = "1.1" features = ["serde1"] [dependencies.cargo-platform] version = "0.1" optional = true default-features = false [dependencies.cargo_metadata] version = "0.18" optional = true default-features = false [dependencies.cfg-expr] version = "0.17" [dependencies.petgraph] version = "0.6" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.insta] version = "1.40" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.similar-asserts] version = "1.6" [dev-dependencies.tame-index] version = "0.14" [features] default = [] metadata = [ "dep:cargo_metadata", "dep:cargo-platform", ] targets = ["cfg-expr/targets"]