# 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 = "ripasso-cursive" version = "0.7.0" authors = [ "Joakim Lundborg ", "Alexander Kjäll ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A password manager that uses the file format of the standard unix password manager 'pass', this is the ncurses frontend application" readme = "README.md" keywords = [ "password-manager", "pass", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/cortex/ripasso/" [[bin]] name = "ripasso-cursive" path = "src/main.rs" [dependencies.arboard] version = "3.3.0" features = ["wayland-data-control"] [dependencies.config] version = "0.11.0" features = ["toml"] default-features = false [dependencies.cursive] version = "0.21.0" features = [ "toml", "crossterm-backend", ] default-features = false [dependencies.gettext] version = "0.4.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.locale_config] version = "0.3.0" [dependencies.ripasso] version = "0.7.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.toml] version = "0.8.10" [dependencies.unic-langid] version = "0.9.4" [dependencies.zeroize] version = "1.7.0" features = [ "zeroize_derive", "alloc", ] [dev-dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dev-dependencies.tempfile] version = "3.10.1" [build-dependencies.glob] version = "0.3.1" [build-dependencies.man] version = "0.3.0"