walker-extras 0.17.0

Additional functionality for SBOM and CSAF walker
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.91.0"
name = "walker-extras"
version = "0.17.0"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Additional functionality for SBOM and CSAF walker"
readme = "README.md"
keywords = [
    "csaf",
    "sbom",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/scm-rs/csaf-walker"

[package.metadata.docs.rs]
features = [
    "csaf-walker/crypto-nettle",
    "sbom-walker/crypto-nettle",
]

[package.metadata.cargo-all-features]
always_include_features = [
    "csaf-walker/crypto-nettle",
    "sbom-walker/crypto-nettle",
]
denylist = [
    "_crypto-nettle",
    "_test",
    "_semver",
]

[package.metadata.release]
enable-features = [
    "csaf-walker/crypto-nettle",
    "sbom-walker/crypto-nettle",
]
tag = true

[features]
_crypto-nettle = [
    "csaf-walker/crypto-nettle",
    "sbom-walker/crypto-nettle",
]
_semver = [
    "_crypto-nettle",
    "_test",
]
_test = [
    "walker-common/bzip2",
    "walker-common/lzma",
    "walker-common/flate2",
]
clap = [
    "dep:clap",
    "walker-common/clap",
]
default = [
    "clap",
    "csaf-walker",
    "sbom-walker",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.backon]
version = "1.3"

[dependencies.bytes]
version = "1"

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

[dependencies.csaf-walker]
version = "0.17.0"
optional = true
default-features = false

[dependencies.humantime]
version = "2"

[dependencies.log]
version = "0.4.17"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.sbom-walker]
version = "0.17.0"
optional = true
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.walker-common]
version = "0.17.0"