bomdrift 0.9.9

SBOM diff with supply-chain risk signals (CVEs, typosquats, maintainer-age).
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 = "2024"
rust-version = "1.88"
name = "bomdrift"
version = "0.9.9"
build = "build.rs"
exclude = [
    "tests/",
    "docs/",
    "examples/",
    "benches/",
    "fuzz/",
    "comment-suppress/",
    "scripts/",
    ".github/",
    "action.yml",
    "entrypoint.sh",
    "STATUS.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SBOM diff with supply-chain risk signals (CVEs, typosquats, maintainer-age)."
homepage = "https://metbcy.github.io/bomdrift/"
documentation = "https://docs.rs/bomdrift"
readme = "README.md"
keywords = [
    "sbom",
    "security",
    "supply-chain",
    "cyclonedx",
    "spdx",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Metbcy/bomdrift"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "bomdrift"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"
features = ["std"]
default-features = false

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

[dependencies.directories]
version = "6"

[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.spdx]
version = "=0.10.9"
default-features = false

[dependencies.strsim]
version = "0.11"

[dependencies.supports-color]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "parsing",
    "formatting",
    "macros",
    "std",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.wait-timeout]
version = "0.2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
default-features = false

[dev-dependencies.proptest]
version = "1"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true