ssvc 0.2.1

Implementation of the SSVC specification in Rust
# 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.85.0"
name = "ssvc"
version = "0.2.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of the SSVC specification in Rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/csaf-rs/ssvc"

[features]
default = []
wasm = [
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
    "dep:tsify",
    "dep:console_error_panic_hook",
]

[lib]
name = "ssvc"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.regress]
version = "0.11.1"

[dependencies.rust-embed]
version = "8"
features = ["include-exclude"]

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

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.tsify]
version = "0.5"
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[build-dependencies.prettyplease]
version = "0.2"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.syn]
version = "2"

[build-dependencies.typify]
version = "0.7.0"