lenso-secrets-command-plugin 0.1.3

Bounded external-command Secrets Provider Plugin for Lenso.
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"
rust-version = "1.94"
name = "lenso-secrets-command-plugin"
version = "0.1.3"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded external-command Secrets Provider Plugin for Lenso."
readme = false
license = "MIT"
repository = "https://github.com/LioRael/lenso-secrets-plugin"
resolver = "2"

[package.metadata.lenso]
plugin-id = "lenso.secrets.command"
root-slot = "secrets"

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

[dependencies.futures]
version = "0.3"

[dependencies.lenso]
version = "0.5.7"

[dependencies.lenso-capability-secrets]
version = "0.1.4"

[dependencies.lenso-kernel]
version = "0.3.3"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.zeroize]
version = "1.9"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"