logp 0.1.4

Information theory primitives: entropy, KL divergence, mutual information (KSG estimator), and information-monotone divergences
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = []
ndarray = ["dep:ndarray"]

[lib]
name = "logp"
path = "src/lib.rs"

[[example]]
name = "distance_families"
path = "examples/distance_families.rs"

[[example]]
name = "divergence_landscape"
path = "examples/divergence_landscape.rs"

[[example]]
name = "feature_selection"
path = "examples/feature_selection.rs"

[[example]]
name = "ksg_multivariate"
path = "examples/ksg_multivariate.rs"

[[example]]
name = "ksg_mutual_information"
path = "examples/ksg_mutual_information.rs"

[[example]]
name = "text_similarity"
path = "examples/text_similarity.rs"

[dependencies.ndarray]
version = "0.16"
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.ndarray]
version = "0.16"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.rkhs]
version = "0.1"

[dev-dependencies.wass]
version = "0.1"