keepass-ng 0.11.2

KeePass .kdbx database file parser with ehancements
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 = "keepass-ng"
version = "0.11.2"
authors = [
    "Stefan Seemayer <stefan@seemayer.de>",
    "ssrlive",
    "Anssi Piirainen <iki@iki.fi>",
]
build = false
include = [
    "src/",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KeePass .kdbx database file parser with ehancements"
homepage = "https://github.com/ssrlive/keepass-ng"
documentation = "https://docs.rs/keepass-ng"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ssrlive/keepass-ng"

[package.metadata.docs.rs]
all-features = true

[features]
challenge_response = [
    "sha1",
    "dep:challenge_response",
]
merge = []
save_kdbx4 = []
serialization = [
    "serde_json",
    "chrono/serde",
]
totp = [
    "totp-lite",
    "url",
    "base32",
]
utilities = [
    "clap",
    "rpassword",
    "serialization",
    "totp",
]

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

[[bin]]
name = "kp-dump-json"
path = "src/bin/kp-dump-json.rs"
required-features = ["utilities"]

[[bin]]
name = "kp-dump-xml"
path = "src/bin/kp-dump-xml.rs"
required-features = ["utilities"]

[[bin]]
name = "kp-get-version"
path = "src/bin/kp-get-version.rs"
required-features = ["utilities"]

[[bin]]
name = "kp-purge-history"
path = "src/bin/kp-purge-history.rs"
required-features = [
    "utilities",
    "save_kdbx4",
]

[[bin]]
name = "kp-rewrite"
path = "src/bin/kp-rewrite.rs"
required-features = [
    "utilities",
    "save_kdbx4",
]

[[bin]]
name = "kp-show-db"
path = "src/bin/kp-show-db.rs"
required-features = ["utilities"]

[[bin]]
name = "kp-show-otp"
path = "src/bin/kp-show-otp.rs"
required-features = ["utilities"]

[[bin]]
name = "kp-yk-add"
path = "src/bin/kp-yk-add.rs"
required-features = [
    "utilities",
    "save_kdbx4",
    "challenge_response",
]

[[bin]]
name = "kp-yk-recover"
path = "src/bin/kp-yk-recover.rs"
required-features = [
    "utilities",
    "save_kdbx4",
    "challenge_response",
]

[[bin]]
name = "kp-yk-remove"
path = "src/bin/kp-yk-remove.rs"
required-features = [
    "utilities",
    "save_kdbx4",
    "challenge_response",
]

[dependencies.aes]
version = "0.9.2"

[dependencies.base32]
version = "0.5.1"
optional = true

[dependencies.base64]
version = "0.23.1"

[dependencies.block-modes]
version = "0.9.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.cbc]
version = "0.2.1"

[dependencies.chacha20]
version = "0.10.1"

[dependencies.challenge_response]
version = "0.5.46"
features = ["rusb"]
optional = true
default-features = false

[dependencies.chrono]
version = "0.4.45"
features = [
    "serde",
    "clock",
    "std",
]
default-features = false

[dependencies.cipher]
version = "0.5.2"
features = [
    "alloc",
    "block-padding",
]

[dependencies.clap]
version = "4.6.6"
features = ["derive"]
optional = true

[dependencies.flate2]
version = "1.1.9"

[dependencies.getrandom]
version = "0.4.3"
features = [
    "std",
    "wasm_js",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.hex-literal]
version = "1.1.0"

[dependencies.hmac]
version = "0.13.0"

[dependencies.quick-xml]
version = "0.41.0"
features = ["serialize"]

[dependencies.rpassword]
version = "7.5.4"
optional = true

[dependencies.rust-argon2]
version = "3.0.0"

[dependencies.salsa20]
version = "0.11.0"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.151"
optional = true

[dependencies.sha1]
version = "0.11.0"
optional = true

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.totp-lite]
version = "2.0.1"
optional = true

[dependencies.twofish]
version = "0.8.0"

[dependencies.url]
version = "2.5.8"
optional = true

[dependencies.uuid]
version = "1.24.0"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.zeroize]
version = "1.9.0"
features = ["zeroize_derive"]

[dev-dependencies.rand]
version = "0.10.2"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3.104"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tempfile]
version = "3.27.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.test-with]
version = "0.17.0"
features = ["executable"]
default-features = false