ww 1.0.0

A Doppler-like secret manager built on ScyllaDB, with a background daemon and a CLI for injecting environment variables into processes.
[[bin]]
name = "ww"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.scylla]
version = "1.3.1"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dependencies.toml]
version = "0.9.5"

[package]
authors = ["アクゼスティア <akzestia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "cryptography"]
description = "A Doppler-like secret manager built on ScyllaDB, with a background daemon and a CLI for injecting environment variables into processes."
edition = "2024"
keywords = ["scylla", "secrets", "env", "cli", "daemon"]
license = "MIT"
name = "ww"
readme = "README.md"
repository = "https://github.com/Akzestia/cql-lsp"
version = "1.0.0"