# 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_path" version = "1.0.6" authors = ["Nicolas Silva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and utilities to store, build and iterate over 2D paths." documentation = "https://docs.rs/lyon_path/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nical/lyon" resolver = "2" [lib] name = "lyon_path" path = "src/lib.rs" [dependencies.lyon_geom] version = "1.0.6" default-features = false [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true default-features = false [features] default = ["std"] serialization = [ "serde/std", "lyon_geom/serialization", ] std = [ "lyon_geom/std", "num-traits/std", ]