# 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 = "pust"
version = "0.2.3"
authors = ["Daniyar Nurmukhamet <nurmukhametdaniyar@gmail.com>"]
description = "A simple static password generator"
homepage = "https://github.com/nurmukhametdaniyar/pust"
readme = "README.md"
keywords = [
    "cli",
    "password",
    "generator",
    "static",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nurmukhametdaniyar/pust"
resolver = "2"

[dependencies.clap]
version = "4.0.10"
features = ["derive"]

[dependencies.copypasta]
version = "0.8.1"

[dependencies.md5]
version = "0.7.0"

[dependencies.mockall]
version = "0.11.2"

[dependencies.mockall_double]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rand_pcg]
version = "0.3.1"

[dependencies.rand_seeder]
version = "0.2.3"

[dependencies.rpassword]
version = "7.0.0"

[dependencies.sudo]
version = "0.6.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "2.1"