# 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 = "lyon_geom" version = "1.0.6" authors = ["Nicolas Silva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D quadratic and cubic bézier arcs and line segment math on top of euclid." documentation = "https://docs.rs/lyon_geom/" readme = "README.md" keywords = [ "2d", "graphics", "bezier", "geometry", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nical/lyon" resolver = "2" [lib] name = "lyon_geom" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.euclid] version = "0.22.4" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true default-features = false [features] default = ["std"] serialization = [ "serde", "euclid/serde", ] std = [ "arrayvec/std", "euclid/std", "num-traits/std", ]