splines 0.2.3

Spline interpolation made easy
Documentation
# 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]
name = "splines"
version = "0.2.3"
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"
[dependencies.cgmath]
version = "0.16"
optional = true

[dependencies.nalgebra]
version = ">=0.14, <0.17"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true

[features]
default = ["std", "impl-cgmath"]
impl-cgmath = ["cgmath"]
impl-nalgebra = ["nalgebra"]
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"