fission-credentials 0.6.1

Credential vault helpers for fission command provider integrations
Documentation
[package]
name = "fission-credentials"
version = "0.6.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/fission-ui/fission"
description = "Credential vault helpers for fission command provider integrations"

homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
[dependencies]
anyhow = "1.0"
base64 = "0.22"
chacha20poly1305 = "0.10"
fission-command-core = { path = "../fission-command-core", version = "0.6.1" }
getrandom = { version = "0.2", features = ["std"] }
keyring = { version = "3", default-features = false, features = ["apple-native", "windows-native", "linux-native", "crypto-rust"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"