zima 0.1.0-alpha.2

An attempt to create a modern package for the needs of applied statistics
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 = "zima"
version = "0.1.0-alpha.2"
authors = ["Reklle <exomoonhowl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An attempt to create a modern package for the needs of applied statistics"
documentation = "https://docs.rs/zima"
readme = "README.md"
keywords = [
    "statistics",
    "resampling",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Reklle/zima"
resolver = "2"

[lib]
name = "zima"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bench]]
name = "bootstrap_bench"
path = "benches/bootstrap_bench.rs"
harness = false

[dependencies.comfy-table]
version = "6.0.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.statrs]
version = "0.18.0"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.rand_xoshiro]
version = "0.6"

[lints.clippy]
cargo = "warn"
cast_possible_truncation = "allow"
cast_sign_loss = "allow"
complexity = "warn"
correctness = "warn"
float_cmp = "forbid"
indexing_slicing = "forbid"
module_name_repetitions = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
too_many_arguments = "forbid"

[lints.rust]
missing_docs = "warn"
rust_2018_idioms = "warn"
unsafe_code = "allow"
unused_crate_dependencies = "warn"