# 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 = "stroke" version = "0.2.0" authors = ["Dorian Prill"] exclude = [ "*.png", "examples/*", ".github/*", ".gitignore", ".vscode/*", ] description = """ A zero-allocation library providing const-generic implementations of Bézier curves, B-Spline curves and specialized implementations of up to cubic Bézier curves in N-dimensional euclidean space. It is intended for general/embedded/wasm use supporting #![no_std] environments written in 100% safe Rust.""" readme = "README.md" keywords = [ "point", "bezier", "spline", "graphics", "path", ] categories = [ "no-std", "science", "graphics", "mathematics", "data-structures", ] license = "MIT" repository = "https://github.com/dorianprill/stroke" [dependencies.num-traits] version = "^0.2" features = ["libm"] default-features = false [dependencies.tinyvec] version = "^1.5" features = ["rustc_1_55"] [dev-dependencies.plotters] version = "^0.3.0"