# 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 = "2018" name = "fitting" version = "0.5.1" authors = ["Masaharu TASHIRO "] exclude = [ "/.github/*", "/scripts", ] description = "Pure Rust curve fitting library" homepage = "https://crates.io/crates/fitting" documentation = "https://docs.rs/fitting/" readme = "README.md" keywords = [ "fitting", "statistics", "probability", "distribution", "math", ] categories = ["science"] license = "MIT" repository = "https://github.com/tasshi-me/fitting-rs" [dependencies.approx] version = "0.5.1" [dependencies.ndarray] version = "0.15.6" features = [ "serde", "approx", "approx-0_5", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [badges.circle-ci] branch = "master" repository = "tasshi-me/fitting-rs" [badges.codecov] branch = "master" repository = "tasshi-me/fitting-rs" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "tasshi-me/fitting-rs"