u-analytics 0.2.0

Statistical process control, process capability, Weibull reliability, change-point detection, correlation, regression, distribution analysis, and hypothesis testing.
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 = "2021"
name = "u-analytics"
version = "0.2.0"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistical process control, process capability, Weibull reliability, change-point detection, correlation, regression, distribution analysis, and hypothesis testing."
readme = "README.md"
keywords = [
    "spc",
    "statistics",
    "quality",
    "weibull",
    "reliability",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/iyulab/u-analytics"

[features]
wasm = [
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
    "dep:serde",
]

[lib]
name = "u_analytics"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.u-numflow]
version = "0.2"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.proptest]
version = "1.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]