# 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" name = "serde-spdx" version = "0.9.1" authors = ["Paul Sastrasinh "] build = "build.rs" description = "Serde serialization for SPDX files" homepage = "https://github.com/psastras/sbom-rs" documentation = "https://docs.rs/serde_spdx" readme = "README.md" keywords = [ "spdx", "sbom", "serde", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/psastras/sbom-rs" [dependencies.anyhow] version = "1.0.82" [dependencies.derive_builder] version = "0.20.0" [dependencies.serde] version = "1.0.199" [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59" [build-dependencies.anyhow] version = "1.0.82" [build-dependencies.prettyplease] version = "0.2.19" [build-dependencies.proc-macro2] version = "1.0.81" [build-dependencies.quote] version = "1.0.36" [build-dependencies.schemafy_lib] version = "0.6.0" [build-dependencies.serde_json] version = "1.0.116" [build-dependencies.syn] version = "2.0.60" [features] default = [] [badges.github] repository = "psastras/cargo-sbom"