sbom-diff 0.0.5

diff engine and cli for sbom comparison
Documentation
# 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 = "sbom-diff"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "diff engine and cli for sbom comparison"
homepage = "https://github.com/cyberwitchery/sbom-diff"
documentation = "https://docs.rs/sbom-diff"
readme = "readme.md"
license = "MIT"
repository = "https://github.com/cyberwitchery/sbom-diff"

[lib]
name = "sbom_diff"
path = "src/lib.rs"

[[bin]]
name = "sbom-diff"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.sbom-model]
version = "0.0.5"

[dependencies.sbom-model-cyclonedx]
version = "0.0.5"

[dependencies.sbom-model-spdx]
version = "0.0.5"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.0"