greeners-diagnostics 2.0.1

High-performance econometrics with R/Python formulas
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.84.0"
name = "greeners-diagnostics"
version = "2.0.1"
authors = ["Flávio de Vasconcellos Corrêa <contact@greeners.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance econometrics with R/Python formulas"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sheep-farm/Greeners"

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

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

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

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

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

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

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

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

[dependencies.argmin]
version = "0.10.0"

[dependencies.argmin-math]
version = "0.4"
features = [
    "primitives",
    "vec",
]
default-features = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.csv]
version = "1.3"

[dependencies.faer]
version = "0.22"

[dependencies.greeners-core]
version = "2.0.1"

[dependencies.greeners-glm]
version = "2.0.1"

[dependencies.greeners-ols]
version = "2.0.1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.ndarray]
version = "0.17.1"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.18.0"

[dependencies.thiserror]
version = "1"

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