# 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 = "rupass" version = "0.1.2" authors = ["li_jing"] description = "This is a command line and geek style password manager written in Rust." homepage = "https://github.com/lijing-2008/rupass" documentation = "https://docs.rs/rupass/" readme = "README.md" keywords = [ "cli", "commandline", "password_manager", ] license = "MIT/Apache-2.0" repository = "https://github.com/lijing-2008/rupass" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.dashmap] version = "5" [dependencies.dirs] version = "4" [dependencies.inquire] version = "0.2.1" features = ["date"] [dependencies.prost] version = "0.10" [dependencies.sled] version = "0.34" [dependencies.zerocopy] version = "0.6" [build-dependencies.prost-build] version = "0.10"