[[bench]]
name = "sampling"
path = "benches/sampling.rs"
[dependencies.rand]
version = "0.9"
[dev-dependencies.proptest]
version = "1.9"
[dev-dependencies.rand_chacha]
version = "0.9"
[[example]]
name = "weighted_topk"
path = "examples/weighted_topk.rs"
[lib]
name = "kuji"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stochastic sampling primitives: Gumbel-Softmax, reservoir sampling, and latent permutations"
documentation = "https://docs.rs/kuji"
edition = "2021"
homepage = "https://github.com/arclabs561/kuji"
keywords = ["sampling", "stochastic", "gumbel-softmax", "probability"]
license = "MIT OR Apache-2.0"
name = "kuji"
readme = "README.md"
repository = "https://github.com/arclabs561/kuji"
version = "0.1.0"
[[test]]
name = "property_tests"
path = "tests/property_tests.rs"