greentic-secrets-core 0.4.25

Core runtime and backend orchestration for Greentic secrets.
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-core"
version = "0.4.25"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime and backend orchestration for Greentic secrets."
documentation = "https://docs.rs/greentic-secrets-core"
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]
aws = ["imds"]
azure = []
crypto-none = []
crypto-ring = ["dep:ring"]
default = [
    "use_spec",
    "crypto-ring",
    "dev-store",
]
dev-store = ["dep:greentic_secrets_provider_dev"]
env = []
file = []
gcp = []
imds = []
k8s = []
nats = [
    "dep:async-nats",
    "dep:futures",
]
schema = [
    "schemars",
    "greentic_secrets_spec/schema",
]
schema-validate = ["dep:jsonschema"]
use_spec = []
xchacha = []

[lib]
name = "secrets_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-nats]
version = "0.46"
optional = true

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"
optional = true

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

[dependencies.greentic_secrets_api]
version = "0.4"
package = "greentic-secrets-api"

[dependencies.greentic_secrets_provider_dev]
version = "0.4"
optional = true
package = "greentic-secrets-provider-dev"

[dependencies.greentic_secrets_spec]
version = "0.4"
package = "greentic-secrets-spec"

[dependencies.hkdf]
version = "0.12"

[dependencies.jsonschema]
version = "0.17"
optional = true

[dependencies.lru]
version = "0.16"

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.10"
features = [
    "std",
    "std",
]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "query",
    "form",
]
default-features = false

[dependencies.ring]
version = "0.17"
optional = true

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "net",
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "net",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.wit-bindgen]
version = "0.53"