booted 0.3.2

A library for bootstrapping estimators on arbitrary data structures.
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 = "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"]