# 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 = "2021" name = "pythagorean-hodographs" version = "0.5.4" authors = ["Matthew Cramerus "] description = "Pythaogrean hodograph splines" homepage = "https://github.com/suremarc/pythagorean-hodographs" documentation = "https://docs.rs/pythagorean-hodographs" readme = "README.md" keywords = [ "math", "geometry", "spline", "interpolation", "number", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/suremarc/pythagorean-hodographs" [[bench]] name = "spline" harness = false [dependencies.glam] version = "0.24.2" default-features = false [dependencies.itertools] version = "0.10.5" default-features = false [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.ordered-float] version = "3.4.0" default-features = false [dependencies.roots] version = "0.0.8" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.glam] version = "0.24.2" features = ["rand"] [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] libm = ["glam/libm"] std = [ "glam/std", "itertools/use_std", "ordered-float/std", ]