# 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 = "unit-root" version = "0.6.0" authors = ["Sebastien Soudan "] exclude = [ "/.github/*", "/.cargo/*", "/.gitignore", "/.devcontainer/*", "/.vscode/*", "/.git/*", "/.idea/*", "/venv/*", ] description = "Unit root tests" homepage = "https://github.com/ssoudan/unit-root" documentation = "https://docs.rs/unit-root" readme = "README.md" keywords = [ "math", "statistics", "unit-root", "adf", ] categories = [ "science", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/ssoudan/unit-root" [[bench]] name = "ols" harness = false required-features = ["unstable"] [[bench]] name = "dickeyfuller" harness = false required-features = ["unstable"] [[bench]] name = "adf" harness = false required-features = ["unstable"] [dependencies.nalgebra] version = "0" [dependencies.num-traits] version = "0" [dependencies.rand] version = "0" optional = true [dependencies.rand_distr] version = "0" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0" [dev-dependencies.criterion] version = "0" [dev-dependencies.rand] version = "0" [dev-dependencies.rand_chacha] version = "0" [dev-dependencies.rand_distr] version = "0" [features] default = [] unstable = [ "rand", "rand_distr", ]