kdbx-rs 0.5.2

Keepass 2 (KDBX) password database parsing and creation
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"
rust-version = "1.57.0"
name = "kdbx-rs"
version = "0.5.2"
authors = ["Tony Finn <tony@tonyfinn.com>"]
description = "Keepass 2 (KDBX) password database parsing and creation"
readme = "README.md"
keywords = [
    "kdbx",
    "keepass",
    "password",
    "parser",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "GPL-3.0+"
repository = "https://gitlab.com/tonyfinn/kdbx-rs"

[[bin]]
name = "kdbx-decrypt"
path = "src/bin/kdbx_decrypt.rs"

[[bin]]
name = "kdbx-dump-header"
path = "src/bin/kdbx_dump_header.rs"

[[bin]]
name = "kdbx-parse"
path = "src/bin/kdbx_parse.rs"

[[bin]]
name = "kdbx-generate"
path = "src/bin/kdbx_generate.rs"

[dependencies.aes]
version = "0.8.4"

[dependencies.base64]
version = "0.22.1"

[dependencies.cbc]
version = "0.1.2"

[dependencies.chacha20]
version = "0.9.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.cipher]
version = "0.4.4"

[dependencies.derive_more]
version = "1.0"
features = [
    "from",
    "try_from",
    "into",
    "try_into",
]

[dependencies.hmac]
version = "0.12.1"

[dependencies.libflate]
version = "1.2"

[dependencies.rand]
version = "0.8"

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

[dependencies.salsa20]
version = "0.10.2"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.twofish]
version = "0.7.1"

[dependencies.uuid]
version = "1.10"
features = ["v4"]

[dependencies.xml-rs]
version = "0.8.22"