# 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" version = "0.1.9" authors = ["James Fuller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to assess SBOM quality." readme = "README.md" keywords = [ "sbom", "spdx", "cyclone-dx", "quality", ] license = "Apache-2.0" repository = "https://github.com/JimFuller-RedHat/sbomsleuth" [lib] name = "sbomsleuth" path = "src/lib.rs" [[test]] name = "api_tests" path = "tests/api_tests.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.colored] version = "2.0" [dependencies.cyclonedx-bom] version = "0.6.1" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.8" [dependencies.sbom-walker] version = "0.9.3" features = [ "crypto-openssl", "cyclonedx-bom", "spdx-rs", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.spdx-rs] version = "0.5.5" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.walker-common] version = "0.9.3" [dependencies.walker-extras] version = "0.9.3"