[package]
edition = "2024"
name = "booted"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for bootstrapping estimators on arbitrary data structures."
readme = "README.md"
keywords = ["statistics"]
categories = ["science"]
license = "MIT"
[lib]
name = "booted"
path = "src/lib.rs"
[[test]]
name = "scalar_test"
path = "tests/scalar_test.rs"
[dependencies.bon]
version = "3.8.2"
[dependencies.rand]
version = "0.9.2"
[dependencies.rand_distr]
version = "0.5.1"
[dependencies.rayon]
version = "1.11.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]