# 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.80.0" name = "sbomsleuth-cli" version = "0.1.9" authors = ["James Fuller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for investigating sboms." readme = "README.md" keywords = [ "sbom", "spdx", "cyclone-dx", "quality", "cli", ] categories = [ "command-line-utilities", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/JimFuller-RedHat/sbomsleuth" [[bin]] name = "sbomsleuth" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.0" features = [ "derive", "color", ] [dependencies.colored] version = "2.0" [dependencies.cyclonedx-bom] version = "0.6.1" [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.predicates] version = "3.1.2" [dependencies.sbomsleuth] version = "0.1.9" [dependencies.serde_json] version = "1.0.128" [dependencies.spdx-rs] version = "0.5.5" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.16"