# 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.70.0" name = "cargo-cyclonedx" version = "0.5.6" authors = [ "Steve Springett ", "Amy Keibler <3483663+amy-keibler@users.noreply.github.com>", 'Sergey "Shnatsel" Davidoff ', ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CycloneDX Software Bill of Materials (SBOM) for Rust Crates" homepage = "https://cyclonedx.org/" readme = "README.md" keywords = [ "sbom", "bom", "components", "dependencies", "owasp", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/CycloneDX/cyclonedx-rust-cargo" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/cargo-cyclonedx-{ version }/{ name }-{ target }{ archive-suffix }" [profile.release] lto = "thin" [lib] name = "cargo_cyclonedx" path = "src/lib.rs" [[bin]] name = "cargo-cyclonedx" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo-lock] version = "9.0.0" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.cyclonedx-bom] version = "0.8.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.pathdiff] version = "0.2.1" features = ["camino"] [dependencies.percent-encoding] version = "2.3.1" [dependencies.purl] version = "0.1.3" features = ["package-type"] default-features = false [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dependencies.validator] version = "0.16.1" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.serde_json] version = "1.0.108"