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