[[bench]]
harness = false
name = "allocating_log_sum_exp"
path = "benches/allocating_log_sum_exp.rs"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.219"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.divan]
version = "0.1"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_chacha]
version = "0.9"
[lib]
name = "logprob"
path = "src/lib.rs"
[package]
authors = ["Michael Goodale"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation", "mathematics"]
description = "A wrapper around floats to handle log probabilities"
edition = "2021"
keywords = ["probability", "scientific-computing", "machine-learning", "f64", "float"]
license = "MIT OR Apache-2.0"
name = "logprob"
readme = "README.md"
repository = "https://github.com/michaelgoodale/logprob/"
version = "0.2.1"
[[test]]
name = "integrations"
path = "tests/integrations.rs"