[package]
edition = "2024"
name = "passt"
version = "0.4.0"
authors = ["Kevin Gimbel <hallo@kevingimbel.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "passt is a cli tool and library to generate good-enough random passwords"
readme = "README.md"
categories = [
"command-line-utilities",
"development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kevingimbel/passt"
[lib]
name = "passt"
path = "src/lib.rs"
[[bin]]
name = "passt"
path = "src/bin.rs"
[dependencies]