# 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 = "spliny" version = "0.2.0" authors = [ "Gerard Harbers", "Harbers Bik LLC", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "b-Spline Curves" readme = "README.md" keywords = [ "basis-splines", "splines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/harbik/spliny" [lib] name = "spliny" path = "src/lib.rs" [[example]] name = "cubic2d" path = "examples/cubic2d.rs" [dependencies.plotters] version = "0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.approx] version = "0.5" [dev-dependencies.splinify] version = "0.1" [features] default = [] plot = []