[dependencies.base64]
version = "^0.21"
[dependencies.ecies_25519]
version = "^0.2"
[dependencies.ed25519-dalek]
features = ["pem", "rand_core", "std"]
package = "xs_ed25519-dalek"
version = "^2.1"
[dependencies.hashlink]
version = "^0.10"
[dependencies.rand]
version = "^0.9"
[dependencies.rand_core]
version = "^0.9"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_yaml2]
version = "^0.1"
[dependencies.sshkeys]
version = "^0.3"
[dependencies.thiserror]
version = "^1.0"
[dependencies.yaml-rust2]
version = "^0.10"
[dev-dependencies.serial_test]
version = "^3.2"
[dev-dependencies.tempfile]
version = "^3"
[features]
default = []
full = ["default"]
[lib]
name = "c5_core"
path = "src/lib.rs"
[package]
authors = ["Norm O <normo.pub@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "development-tools"]
description = "Core utilities for c5store secret management CLI, providing cryptographic operations, key management, YAML parsing, and file I/O."
edition = "2021"
homepage = "https://github.com/normano/c5store/tree/main/cli/c5_core"
keywords = ["encryption", "secrets", "config", "ecies", "keygen"]
license = "MPL-2.0"
name = "c5_core"
readme = "README.md"
repository = "https://github.com/normano/c5store.git"
version = "1.0.0"
[[test]]
name = "crypto_tests"
path = "tests/crypto_tests.rs"