greentic-secrets-api 0.4.26

Shared traits and types for Greentic secrets backends.
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-api"
version = "0.4.26"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared traits and types for Greentic secrets backends."
documentation = "https://docs.rs/greentic-secrets-api"
readme = "README.md"
keywords = [
    "secrets",
    "greentic",
    "kubernetes",
    "cloud",
    "envelope",
]
categories = [
    "config",
    "authentication",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-secrets"
resolver = "2"

[features]
default = ["std"]
std = ["anyhow"]

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

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.thiserror]
version = "2"