cryl 0.2.0

Secret generation tool
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 = "cryl"
version = "0.2.0"
authors = ["haras-unicorn <github@haras-unicorn.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secret generation tool"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/haras-unicorn/cryl"
resolver = "2"

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

[[bin]]
name = "cryl"
path = "src/main.rs"

[[test]]
name = "e2e_basic"
path = "tests/e2e_basic.rs"

[[test]]
name = "e2e_common_args"
path = "tests/e2e_common_args.rs"

[[test]]
name = "e2e_manifest"
path = "tests/e2e_manifest.rs"

[[test]]
name = "e2e_sandbox"
path = "tests/e2e_sandbox.rs"

[[test]]
name = "e2e_vault"
path = "tests/e2e_vault.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.hex]
version = "0.4"

[dependencies.mustache]
version = "0.9"

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.which]
version = "6.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.reqwest]
version = "0.13.2"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.testcontainers]
version = "0.27.1"
features = ["host-port-exposure"]

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]