kwik 1.19.5

A set of useful tools I use for my Ph.D. research.
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 = "kwik"
version = "1.19.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of useful tools I use for my Ph.D. research."
readme = "README.md"
keywords = [
    "utilities",
    "plotting",
    "files",
    "hashlist",
    "genetic",
]
categories = [
    "algorithms",
    "data-structures",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/KiaShakiba/kwik.git"

[lib]
name = "kwik"
path = "src/lib.rs"

[dependencies.csv]
version = "1.4.0"

[dependencies.digest-io]
version = "0.1.0"

[dependencies.gnuplot]
version = "0.0.46"

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.linreg]
version = "0.2.0"

[dependencies.md-5]
version = "0.11.0"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.num-format]
version = "0.4.4"

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

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rand]
version = "0.10.1"

[dependencies.rayon]
version = "1.12.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.sha2]
version = "0.11.0"

[dependencies.statrs]
version = "0.18.0"

[dependencies.sysinfo]
version = "0.39.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.droptest]
version = "0.2.1"

[dev-dependencies.serde_test]
version = "1.0.177"