# 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 = "lesspass" version = "0.4.0" authors = ["Grégoire Geis "] description = "An efficient implementation of the LessPass password generator." readme = "README.md" keywords = ["cli", "password", "generator"] categories = ["algorithms", "command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/71/lesspass.rs" resolver = "2" [lib] name = "lesspass" path = "src/lib.rs" [[bin]] name = "lesspass" path = "src/main.rs" required-features = ["default"] [dependencies.atty] version = "0.2" optional = true [dependencies.bitflags] version = "1.2" [dependencies.hmac] version = "0.11" [dependencies.pbkdf2] version = "0.9" default-features = false [dependencies.rpassword] version = "5.0" optional = true [dependencies.sha2] version = "0.9" default-features = false [dependencies.structopt] version = "0.3" optional = true [dependencies.uint] version = "0.9" default-features = false [features] default = ["atty", "rpassword", "std", "structopt"] std = []