# 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 = "cargo-hackerman" version = "0.2.9" exclude = [ "TODO", "test_workspaces", ] description = "Workspace hack management and package/feature query" readme = "README.md" keywords = [ "cargo", "features", "dependencies", "feature-unification", "visualization", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/pacak/hackerman/" [dependencies.anyhow] version = "1.0.52" [dependencies.bpaf] version = "0.9.9" features = [ "derive", "autocomplete", "docgen", ] [dependencies.cargo-platform] version = "0.1" [dependencies.cargo_metadata] version = "0.18" [dependencies.dot] version = "0.1.4" [dependencies.pathdiff] version = "0.2" features = ["camino"] [dependencies.petgraph] version = "0.6.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "=1.0.196" [dependencies.serde_json] version = "1.0" [dependencies.target-spec] version = "3.0" [dependencies.tempfile] version = "3.3.0" [dependencies.toml_edit] version = "0.21" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.5" features = [ "alloc", "env-filter", "registry", "std", "fmt", ] default-features = false [dependencies.webbrowser] version = "0.8.10" optional = true [features] bright-color = ["bpaf/bright-color"] default = ["dull-color"] dull-color = ["bpaf/dull-color"]