# 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 = "kdbx4" version = "0.5.1" authors = ["paul "] include = ["**/*.rs", "tests/*", "Cargo.toml", "README.md"] description = "KeePass KDBX4 file reader\n" homepage = "https://github.com/makovich/kdbx4" documentation = "https://docs.rs/kdbx4/" readme = "README.md" keywords = ["keepass", "kdbx4", "kdbx", "password"] license = "MIT OR Unlicense" repository = "https://github.com/makovich/kdbx4" resolver = "2" [lib] name = "kdbx4" [dependencies.aes] version = "0.7" [dependencies.base64] version = "0.13" [dependencies.block-modes] version = "0.8" [dependencies.byteorder] version = "1" [dependencies.chacha20] version = "0.8" [dependencies.cipher] version = "0.3" [dependencies.flate2] version = "1.0" features = ["rust_backend"] default-features = false [dependencies.hmac] version = "0.11" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_warn"] [dependencies.pretty-hex] version = "0.2.0" [dependencies.rust-argon2] version = "0.8" [dependencies.salsa20] version = "0.9" [dependencies.sha2] version = "0.9" [dependencies.xmlparser] version = "0.6.0" [dev-dependencies.env_logger] version = "0.9"