greentic-secrets-validate 0.5.0

Secrets domain pack validators for Greentic packs.
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"
name = "greentic-secrets-validate"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secrets domain pack validators for Greentic packs."
readme = false
license = "MIT"
repository = "https://github.com/greenticai/greentic-secrets"
resolver = "2"

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

[dependencies.greentic_types_validate]
version = "0.5"
features = [
    "serde",
    "std",
]
default-features = false
package = "greentic-types"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"