r2rs-nmath 0.1.1

Statistics programming for Rust based on R's nmath package
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 = "r2rs-nmath"
version = "0.1.1"
authors = ["Nick Yahr <yarsh.technologies@gmail.com>"]
description = "Statistics programming for Rust based on R's nmath package"
homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/strafe/"
documentation = "https://neek-sss.gitlab.io/strafe/r2rs_nmath/index.html"
readme = "README.md"
keywords = [
    "statistics",
    "model",
    "plot",
    "data",
    "test",
]
categories = [
    "mathematics",
    "science",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/Neek-sss/strafe/-/tree/master/r2rs-nmath"

[dependencies.chrono]
version = "~0.4"

[dependencies.derive_more]
version = "~0.99"

[dependencies.embed-doc-image]
version = "~0.1"
optional = true

[dependencies.fnv]
version = "~1"

[dependencies.hexf]
version = "~0.2"

[dependencies.libc]
version = "~0.2"

[dependencies.log]
version = "~0.4"

[dependencies.nonstdfloat]
version = "~0.1"
features = ["f64"]

[dependencies.num-traits]
version = "~0.2"

[dependencies.strafe-consts]
version = "~0.1"

[dependencies.strafe-error]
version = "~0.1"

[dependencies.strafe-trait]
version = "~0.1"

[dependencies.strafe-type]
version = "~0.1"

[dev-dependencies.approx]
version = "~0.5"

[dev-dependencies.r2rs-base]
version = "~0.1"

[dev-dependencies.r2rs-stats]
version = "~0.1"

[dev-dependencies.strafe-plot]
version = "~0.1"

[dev-dependencies.strafe-testing]
version = "~0.1"

[features]
current = []
doc_outputs = ["embed-doc-image"]
enable_covtest = []