# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "csaps" version = "0.3.0" authors = ["Eugene Prilepin "] description = "Cubic spline approximation (smoothing)" homepage = "https://github.com/espdev/csaps-rs" documentation = "https://docs.rs/csaps" readme = "README.md" keywords = ["spline", "interpolation", "approximation", "csaps", "smoothing"] categories = ["science"] license = "MIT" repository = "https://github.com/espdev/csaps-rs" [dependencies.almost] version = "0.2.0" [dependencies.itertools] version = "0.9.0" [dependencies.ndarray] version = "0.13.0" [dependencies.num-traits] version = "0.2.11" [dependencies.sprs] version = "0.7.1" [dependencies.sprs-ldl] version = "0.5.0" [dependencies.thiserror] version = "1.0.12" [dev-dependencies.approx] version = "0.3.2" [dev-dependencies.ndarray] version = "0.13" features = ["approx"] [badges.coveralls] branch = "master" repository = "espdev/csaps-rs" service = "github" [badges.travis-ci] branch = "master" repository = "espdev/csaps-rs"