# 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 = "kdbx" version = "0.9.1" authors = ["Danil Akhtarov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A secure hole for your passwords (Keepass CLI)" homepage = "https://github.com/daxartio/kdbx" documentation = "https://github.com/daxartio/kdbx" readme = "README.md" keywords = [ "keepass", "kdbx4", "password", "kdbx", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/daxartio/kdbx" [[bin]] name = "kdbx" path = "src/main.rs" [[test]] name = "help" path = "tests/help.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "pwd" path = "tests/pwd.rs" [[test]] name = "show" path = "tests/show.rs" [[test]] name = "totp" path = "tests/totp.rs" [dependencies.arboard] version = "3.4" optional = true default-features = false [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5" [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.env_logger] version = "0.11" [dependencies.human-panic] version = "2.0" [dependencies.keepass] version = "0.7" features = [ "save_kdbx4", "totp", ] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.once_cell] version = "1.20" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rstest] version = "0.23" [features] clipboard = ["dep:arboard"] default = ["clipboard"] [target."cfg(not(windows))".dependencies.skim] version = "0.10" [target.'cfg(target_os = "macos")'.dependencies.security-framework] version = "3"