# 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.75" name = "csaf-walker" version = "0.10.0-alpha.2" authors = ["Jens Reimann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to work with CSAF data" readme = "README.md" keywords = [ "csaf", "vex", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/ctron/csaf-walker" [package.metadata.cargo-all-features] always_include_features = ["crypto-nettle"] denylist = [ "crypto-cng", "crypto-openssl", "crypto-botan", "crypto-rust", ] [lib] name = "csaf_walker" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.24" features = ["serde"] default-features = false [dependencies.cpe] version = "0.1.5" [dependencies.csaf] version = "0.5" optional = true default-features = false [dependencies.csv] version = "1" [dependencies.deno_core] version = "0.318.0" optional = true [dependencies.digest] version = "0.10.6" [dependencies.filetime] version = "0.2" [dependencies.fluent-uri] version = "0.3.2" [dependencies.futures] version = "0.3" [dependencies.hickory-resolver] version = "0.24.0" features = ["tokio-runtime"] [dependencies.html-escape] version = "0.2.13" [dependencies.humantime] version = "2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.17" [dependencies.percent-encoding] version = "2.3" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.sectxtlib] version = "0.3.0" [dependencies.sequoia-openpgp] version = "1" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "2" [dependencies.time] version = "0.3.20" features = [ "formatting", "parsing", "serde", ] [dependencies.tokio] version = "1" features = [ "macros", "fs", ] [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.walkdir] version = "2.4" [dependencies.walker-common] version = "0.10.0-alpha.2" features = ["openpgp"] [dev-dependencies.env_logger] version = "0.11.2" [features] crypto-botan = ["sequoia-openpgp/crypto-botan"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] crypto-rust = ["sequoia-openpgp/crypto-rust"] csaf-validator-lib = ["deno_core"] default = [ "crypto-nettle", "csaf", ] [target."cfg(any(unix, macos))".dependencies.xattr] version = "1"