piecewise-linear 0.1.0

A library for manipulating piecewise linear functions
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]
edition = "2018"
name = "piecewise-linear"
version = "0.1.0"
authors = ["Matthieu Felix <matthieufelix@gmail.com>"]
description = "A library for manipulating piecewise linear functions"
homepage = "https://mattx.github.io/piecewise-linear/"
documentation = "https://mattx.github.io/piecewise-linear/doc/piecewise_linear/"
readme = "README.md"
keywords = ["math"]
categories = ["data-structure", "science"]
license = "Apache-2.0"
repository = "https://github.com/MattX/piecewise-linear"
[dependencies.geo]
version = "0.12.2"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[features]
default = []
use-serde = ["serde", "geo/use-serde"]