# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nextpass" version = "0.4.1" authors = ["Quentin Boyer "] description = "A CLI to interract with Nextcloud passwords\n" keywords = ["nextcloud", "passwords", "cli"] categories = ["api-bindings", "command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/traxys/nextpass/" [dependencies.aes-gcm] version = "0.6.0" [dependencies.anyhow] version = "1.0.32" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.12.3" [dependencies.dirs-next] version = "1.0.1" [dependencies.generic-array] version = "0.14.4" features = ["serde"] [dependencies.getrandom] version = "0.1.14" [dependencies.log] version = "0.4.11" [dependencies.nextcloud-passwords-client] version = "0.2.3" [dependencies.once_cell] version = "1.4.1" [dependencies.promptly] version = "0.3.0" features = ["url"] [dependencies.rpassword] version = "5.0.0" [dependencies.rust-argon2] version = "0.8.2" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sha-1] version = "0.9.1" [dependencies.simplelog] version = "0.8.0" [dependencies.structopt] version = "0.3.17" [dependencies.tokio] version = "0.2.22" features = ["macros", "rt-core"] [dependencies.uuid] version = "0.8.1"