[[bin]]
name = "rs-uuids2tinybloom"
path = "src/main.rs"
[lib]
name = "rs_uuids2tinybloom"
path = "src/lib.rs"
[lints.clippy]
unwrap_used = "forbid"
[lints.rust]
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Creates tiny bloom bytes from uuids"
documentation = "https://docs.rs/crate/rs-uuids2tinybloom/latest"
edition = "2024"
license = "Apache-2.0"
name = "rs-uuids2tinybloom"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-uuids2tinybloom"
version = "0.1.0"
[profile.release-wasi]
codegen-units = 16
inherits = "release"
lto = true
opt-level = "s"
strip = true