[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"
[dependencies.approx]
version = "0.5.1"
[dependencies.ndarray]
features = ["serde", "approx", "approx-0_5"]
version = "0.15.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.thiserror]
version = "1.0.57"
[package]
authors = ["Masaharu TASHIRO <masatsr.kit@gmail.com>"]
categories = ["science"]
description = "Pure Rust curve fitting library"
documentation = "https://docs.rs/fitting/"
edition = "2018"
exclude = ["/.github/*", "/scripts"]
homepage = "https://crates.io/crates/fitting"
keywords = ["fitting", "statistics", "probability", "distribution", "math"]
license = "MIT"
name = "fitting"
readme = "README.md"
repository = "https://github.com/tasshi-me/fitting-rs"
version = "0.5.1"