greentic-secrets-test 0.4.21

Conformance runner for Greentic secrets 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-test"
version = "0.4.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conformance runner for Greentic secrets packs."
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-secrets"
resolver = "2"

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

[[bin]]
name = "greentic-secrets-test"
path = "src/main.rs"

[[bin]]
name = "manifest_inspect"
path = "src/bin/manifest_inspect.rs"

[[test]]
name = "dry_run"
path = "tests/dry_run.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.greentic-types]
version = "0.4"
features = ["telemetry-autoinit"]

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.wasmtime]
version = "41"
features = ["cranelift"]

[dependencies.wat]
version = "1"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.indexmap]
version = "2"

[dev-dependencies.predicates]
version = "3"

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