# 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 = "kp" version = "0.2.0" authors = ["paul "] description = "KeePass CLI" homepage = "https://github.com/makovich/kp" documentation = "https://github.com/makovich/kp" readme = "README.md" keywords = ["keepass", "kdbx4", "password"] categories = ["command-line-utilities"] license = "Unlicense OR MIT" repository = "https://github.com/makovich/kp" resolver = "2" [dependencies.atty] version = "0.2" [dependencies.clipboard] version = "0.5.0" optional = true [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.docopt] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.kdbx4] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_warn"] [dependencies.once_cell] version = "1.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.skim] version = "0.9" [features] default = ["clipboard"] [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.4" [badges.travis-ci] repository = "makovich/kp"