# 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 = "auto_regressive" version = "0.1.0" authors = ["Justin Bruss <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for constructing AR(p) models using the Yule-Walker equations." readme = "README.md" keywords = [ "auto-regressive", "yule-walker", ] categories = [ "science", "mathematics", ] license = "GPL-3.0-only" repository = "https://github.com/Amarantheum/auto_regressive" [lib] name = "auto_regressive" path = "src/lib.rs" [dependencies.nalgebra] version = "0.33.0" [dependencies.num-complex] version = "0.4.6" optional = true [dependencies.polynomen] version = "1.1.0" optional = true [dependencies.rustfft] version = "6.2.0" [dev-dependencies.float_eq] version = "1.0.1" [dev-dependencies.plotters] version = "0.3.7" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] default = [] poly_decomp = [ "polynomen", "num-complex", ]