Cargo.toml raw
[package] name = "estimators" version = "0.1.0" edition = "2024" homepage = "https://git.highenergymagic.org/estimators" repository = "https://git.highenergymagic.org/estimators" [dependencies] nalgebra = "0.34.1" rand = "0.9.2" rand_chacha = "0.9.0" rand_distr = "0.5.1" thiserror = "2.0.17"