[dependencies.ndarray]
version = "0.16"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.proptest]
version = "1.5"
[lib]
name = "logp"
path = "src/lib.rs"
[package]
authors = ["Arc <attobop@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science", "mathematics"]
description = "Information theory primitives: entropy, KL divergence, mutual information (KSG estimator), and information-monotone divergences"
documentation = "https://docs.rs/logp"
edition = "2021"
homepage = "https://github.com/arclabs561/logp"
keywords = ["information-theory", "entropy", "divergence", "mutual-information", "ksg-estimator"]
license = "MIT OR Apache-2.0"
name = "logp"
readme = "README.md"
repository = "https://github.com/arclabs561/logp"
version = "0.1.0"