blob: 97f0e195d1796a4d48e506778bb8aa94af7c11ab [file] [log] [blame]
# 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 = "splines"
version = "2.2.0"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"
homepage = "https://github.com/phaazon/splines"
documentation = "https://docs.rs/splines"
readme = "README.md"
keywords = ["spline", "interpolation"]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/phaazon/splines"
[package.metadata.docs.rs]
all-features = true
[dependencies.alga]
version = "0.9"
optional = true
[dependencies.cgmath]
version = "0.17"
optional = true
[dependencies.nalgebra]
version = ">=0.14, <0.19"
optional = true
[dependencies.num-traits]
version = "0.2"
optional = true
[dependencies.serde]
version = "1"
optional = true
[dependencies.serde_derive]
version = "1"
optional = true
[features]
default = ["std"]
impl-cgmath = ["cgmath"]
impl-nalgebra = ["alga", "nalgebra", "num-traits"]
serialization = ["serde", "serde_derive"]
std = []
[badges.is-it-maintained-issue-resolution]
repository = "phaazon/splines"
[badges.is-it-maintained-open-issues]
repository = "phaazon/splines"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "phaazon/splines"