# 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 = "clipass" version = "0.1.0" description = "A command-line password manager written in Rust, feature-complete with encryption and password generation." homepage = "https://astroorbis.com" readme = "README.md" license = "MIT" repository = "https://github.com/astroorbis/clipass" [[bin]] name = "clipass" path = "src/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.getrandom] version = "0.2.10" [dependencies.hashy] version = "0.1.0" [dependencies.inquire] version = "0.6.2" [dependencies.magic-crypt] version = "3.1.12" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.29.0" [dependencies.touch] version = "0.0.1"