[package]
edition = "2024"
name = "entropium"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Information-theory primitives: entropy, joint entropy, conditional entropy, and mutual information"
readme = "README.md"
license = "MIT OR Apache-2.0"
[lib]
name = "entropium"
path = "src/lib.rs"
[[bench]]
name = "entropy_bench"
path = "benches/entropy_bench.rs"
harness = false
[dependencies]
[dev-dependencies.criterion]
version = "0.5"