# 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 = "2018" name = "cargo-debstatus" version = "0.6.1" authors = [ "kpcyrd ", "Steven Fackler ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cargo-tree for debian packaging" readme = "README.md" categories = ["command-line-utilities"] license = "(MIT OR Apache-2.0) AND GPL-3.0-or-later" repository = "https://github.com/kpcyrd/cargo-debstatus" [[bin]] name = "cargo-debstatus" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.11" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6" [dependencies.postgres] version = "0.19" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"