# 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 = "cyclonedx-bom" version = "0.8.0" authors = [ "Steve Springett ", "Amy Keibler <3483663+amy-keibler@users.noreply.github.com>", 'Sergey "Shnatsel" Davidoff ', ] build = false exclude = [ "tests/", "test-utils/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CycloneDX Software Bill of Materials Library" homepage = "https://cyclonedx.org/" readme = "README.md" keywords = [ "sbom", "bom", "components", "dependencies", "owasp", ] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/CycloneDX/cyclonedx-rust-cargo" [lib] name = "cyclonedx_bom" path = "src/lib.rs" [dependencies.base64] version = "0.21.2" [dependencies.cyclonedx-bom-macros] version = "0.1.0" [dependencies.fluent-uri] version = "0.1.4" [dependencies.indexmap] version = "2.2.2" [dependencies.once_cell] version = "1.18.0" [dependencies.ordered-float] version = "4.2.0" default-features = false [dependencies.purl] version = "0.1.3" default-features = false [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.spdx] version = "0.10.6" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dependencies.time] version = "0.3.29" features = [ "formatting", "parsing", ] [dependencies.uuid] version = "1.6.1" features = ["v4"] [dependencies.xml-rs] version = "0.8.16" [dev-dependencies.insta] version = "1.33.0" features = [ "glob", "json", ] [dev-dependencies.pretty_assertions] version = "1.4.0"