# 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.1" authors = ["Tony Finn "] 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.2" [dependencies.base64] version = "0.13.1" [dependencies.cbc] version = "0.1.2" [dependencies.chacha20] version = "0.9.0" [dependencies.chrono] version = "0.4.30" [dependencies.cipher] version = "0.4.3" [dependencies.derive_more] version = "0.99.17" [dependencies.hmac] version = "0.12.1" [dependencies.libflate] version = "1.2" [dependencies.rand] version = "0.8" [dependencies.rust-argon2] version = "1.0" [dependencies.salsa20] version = "0.10.2" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0" [dependencies.twofish] version = "0.7.1" [dependencies.uuid] version = "1.2.1" features = ["v4"] [dependencies.xml-rs] version = "0.8.4"