ejson 1.0.2

Manage encrypted secrets using public key encryption
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 = "ejson"
version = "1.0.2"
authors = ["Trung LĂȘ <8@tle.id.au>"]
build = false
exclude = [
    "/.github",
    "/benches",
    ".pre-commit-hooks.yaml",
    ".tool-versions",
    "/man",
    "/target",
    ".gitignore",
    "ejson-demo.gif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage encrypted secrets using public key encryption"
homepage = "https://github.com/runlevel5/ejson-rs"
readme = "README.md"
keywords = [
    "encryption",
    "secrets",
    "json",
    "toml",
    "yaml",
]
categories = [
    "cryptography",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/runlevel5/ejson-rs"

[features]
default = []
parallel = ["rayon"]

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.crypto_box]
version = "0.9"

[dependencies.fs4]
version = "0.13"

[dependencies.hex]
version = "0.4"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.regex]
version = "1.12"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_norway]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.toml_edit]
version = "0.24"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

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