solow-stats 0.2.0

Statistical tests and diagnostics for the Solow statistical library
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"
rust-version = "1.80"
name = "solow-stats"
version = "0.2.0"
authors = ["Murat Ova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistical tests and diagnostics for the Solow statistical library"
readme = "README.md"
keywords = [
    "statistics",
    "wald",
    "anova",
    "hypothesis",
    "solow",
]
categories = [
    "science",
    "mathematics",
]
license = "BSD-3-Clause"
repository = "https://github.com/benovamurat/solow"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]

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

[[test]]
name = "reference"
path = "tests/reference.rs"

[[test]]
name = "reference_ext"
path = "tests/reference_ext.rs"

[[test]]
name = "reference_ext2"
path = "tests/reference_ext2.rs"

[[test]]
name = "reference_ext3"
path = "tests/reference_ext3.rs"

[[test]]
name = "reference_ext4"
path = "tests/reference_ext4.rs"

[[test]]
name = "reference_ext5"
path = "tests/reference_ext5.rs"

[dependencies.ndarray]
version = "0.16"

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

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

[dependencies.solow-core]
version = "0.2.0"

[dependencies.solow-distributions]
version = "0.2.0"

[dependencies.solow-linalg]
version = "0.2.0"

[dependencies.solow-regression]
version = "0.2.0"

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

[dev-dependencies.serde_json]
version = "1"