# 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 = "points_on_curve" version = "0.7.0" authors = ["orhanbalci@gmail.com "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Points on Bezier Curves" homepage = "https://github.com/orhanbalci" readme = "README.md" keywords = [ "graphics", "bezier", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/orhanbalci/rough-rs.git" [lib] name = "points_on_curve" path = "src/lib.rs" [[example]] name = "tolerance" path = "examples/tolerance.rs" [dependencies.euclid] version = "0.22" [dependencies.num-traits] version = "0.2" [dev-dependencies.piet] version = "0.6" [dev-dependencies.piet-common] version = "0.6" features = ["png"]