# 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" rust-version = "1.66.0" name = "bezier-rs" version = "0.4.0" authors = ["Graphite Authors "] description = "Computational geometry algorithms for Bézier segments and shapes useful in the context of 2D graphics" homepage = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/bezier-rs" documentation = "https://graphite.rs/libraries/bezier-rs/" readme = "README.md" keywords = [ "bezier", "curve", "geometry", "2d", "graphics", ] categories = [ "graphics", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/bezier-rs" [dependencies.dyn-any] version = "0.3.0" optional = true [dependencies.glam] version = "0.24" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true