[[bin]]
name = "pkpw"
path = "src/bin/pkpw.rs"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.rand]
version = "0.9.1"
[lib]
crate-type = ["cdylib", "rlib"]
name = "pkpw"
path = "src/lib.rs"
[package]
authors = ["Jesse Brooklyn Hannah <jesse@jbhannah.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "What if correct horse battery staple, but Pokémon."
edition = "2021"
exclude = ["web/"]
license = "MIT"
name = "pkpw"
readme = "README.md"
repository = "https://github.com/jbhannah/pkpw"
version = "1.3.2"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.arboard]
version = "3.5.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
features = ["derive"]
version = "4.5.39"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.assert_cmd]
version = "2.0.17"
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3.3"
[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2"
[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
version = "0.3"