oneseed 0.6.0

Deterministic cryptographic keys from a single seed
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 = "2021"
name = "oneseed"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic cryptographic keys from a single seed"
readme = "README.md"
keywords = [
    "cryptography",
    "age",
    "ssh",
    "keys",
    "deterministic",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/oeo/1seed"

[features]
generate = [
    "dep:clap_mangen",
    "dep:clap_complete",
]

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

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

[[bin]]
name = "1seed-generate"
path = "src/generate.rs"
required-features = ["generate"]

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

[dependencies.age]
version = "0.10"
features = ["armor"]

[dependencies.base64]
version = "0.21"

[dependencies.bech32]
version = "0.9"

[dependencies.bip39]
version = "2.0"

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

[dependencies.clap_complete]
version = "4.4"
optional = true

[dependencies.clap_mangen]
version = "0.2"
optional = true

[dependencies.dirs]
version = "5.0"

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.keyring]
version = "3.6"
features = [
    "apple-native",
    "windows-native",
    "linux-native",
]

[dependencies.rpassword]
version = "7.3"

[dependencies.scrypt]
version = "0.11"

[dependencies.sha2]
version = "0.10"

[dependencies.ssh-key]
version = "0.6"
features = ["ed25519"]

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

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

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

[profile.release]
lto = true
strip = true