keyforge95 2.2.0

Library for product key generation / validation for Windows 95 and other Microsoft products
Documentation
[dependencies.rand]
version = "0.8.5"

[lib]
crate-type = ["rlib", "cdylib"]
doc = true
doctest = true
harness = true
name = "keyforge95"
path = "src/lib.rs"
proc-macro = false
test = true

[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
pedantic = "deny"
perf = "deny"
restriction = "allow"
style = "deny"
suspicious = "deny"

[package]
authors = ["Nando Lawson"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "development-tools"]
description = "Library for product key generation / validation for Windows 95 and other Microsoft products"
edition = "2021"
exclude = ["target/", ".github/", ".gitignore"]
keywords = ["windows", "product", "key", "generator", "validator"]
license = "GPL-3.0"
name = "keyforge95"
readme = "README.md"
repository = "https://github.com/nandolawson/keyforge95"
version = "2.2.0"

[profile.dev]
codegen-units = 256
debug = 2
incremental = true
lto = false
opt-level = 0
panic = "unwind"
strip = false

[profile.release]
codegen-units = 1
debug = 0
incremental = true
lto = true
opt-level = 3
panic = "abort"
strip = true

[target."cfg(wasm32)".dependencies.getrandom]
version = "0.2.15"

[target."cfg(wasm32)".dependencies.wasm-bindgen]
default-features = false
version = "0.2.93"