[dependencies.md5]
version = "0.8"
[dev-dependencies]
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "compatibility_test"
path = "examples/compatibility_test.rs"
[[example]]
name = "debug_hmac"
path = "examples/debug_hmac.rs"
[lib]
name = "flowerpassword"
path = "src/lib.rs"
[package]
authors = ["xLsDg <xlsdg@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "Flower Password implementation for Rust - Deterministic password generator using HMAC-MD5"
documentation = "https://docs.rs/flowerpassword"
edition = "2021"
exclude = [".github/", "target/", "*.sh"]
homepage = "https://github.com/xlsdg/flowerpassword.rust"
include = ["src/**/*", "examples/**/*", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["password", "generator", "security", "hmac", "flowerpassword"]
license = "MIT"
name = "flowerpassword"
readme = "README.md"
repository = "https://github.com/xlsdg/flowerpassword.rust"
rust-version = "1.70"
version = "1.0.2"