# 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 = "key" version = "1.2.6" authors = ["Tim Havlicek"] description = "Cli to a local or remote keepass database" homepage = "https://github.com/luckydye/key" readme = "README.md" keywords = [ "keepass", "s3", "password", ] license = "MIT" repository = "https://github.com/luckydye/key.git" [lib] name = "key" crate-type = [ "lib", "cdylib", ] [dependencies.anyhow] version = "1.0.81" [dependencies.colored] version = "2.1.0" [dependencies.copypasta] version = "0.10.1" [dependencies.demand] version = "1.1.0" [dependencies.env_logger] version = "0.11.3" [dependencies.keepass] version = "0.7.7" features = [ "save_kdbx4", "serialization", ] [dependencies.log] version = "0.4.21" [dependencies.random-string] version = "1.1.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.totp-rs] version = "5.5.1" features = [ "otpauth", "steam", ] [dependencies.url] version = "2.5.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.home] version = "0.5.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.minio] version = "0.1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.36.0"