# 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 = "whittaker-eilers" version = "0.1.3" authors = ["Andrew Bowell "] exclude = [ "target/*", "whittaker-eilers-py/*", ] description = "A sparse matrix implementation of Whittaker-Eilers smoothing and interpolation" homepage = "https://github.com/AnBowell/whittaker-eilers" documentation = "https://docs.rs/whittaker-eilers/latest/whittaker_eilers/" readme = "README.md" keywords = [ "smoothing", "interpolation", "filter", "signal-processing", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AnBowell/whittaker-eilers" [[bench]] name = "whittaker" harness = false [dependencies.nalgebra] version = "0.32.3" [dependencies.sprs] version = "0.11.1" [dependencies.sprs-ldl] version = "0.10.0" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.plotly] version = "0.8.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3"