# 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 = "piecewise-linear" version = "0.2.0" authors = ["Matthieu Felix "] 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.26.0" [dependencies.num-traits] version = "0.2.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = [] use-serde = [ "serde", "geo/use-serde", ]