[dependencies.anyhow]
optional = true
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.thiserror]
version = "2"
[features]
default = ["std"]
std = ["anyhow"]
[lib]
name = "greentic_secrets_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "authentication", "cryptography"]
description = "Shared traits and types for Greentic secrets backends."
documentation = "https://docs.rs/greentic-secrets-api"
edition = "2024"
include = ["src/**", "README.md", "LICENSE", "Cargo.toml"]
keywords = ["secrets", "greentic", "kubernetes", "cloud", "envelope"]
license = "MIT"
name = "greentic-secrets-api"
readme = "README.md"
repository = "https://github.com/greentic-ai/greentic-secrets"
resolver = "2"
version = "0.4.13"