# 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 = "earclip" version = "1.1.0" authors = ["Craig O'Connor "] exclude = [ "/assets", "/benchmarks", "/coverage", "/docs", "/tests", "/tools", "/src", ".github", ".helix", ] description = "Triangle mesh designed to be fast, efficient, and sphere capable." homepage = "https://github.com/OpenS2/earclip" documentation = "https://docs.rs/earclip" readme = "README.md" keywords = [ "earclip", "earcut", "gis", "low-cost-code", ] categories = [ "no-std", "algorithms", ] license = "MIT" repository = "https://github.com/OpenS2/earclip" [profile.bench] opt-level = 3 [lib] name = "earclip" path = "earclip/lib.rs" bench = true [[bench]] name = "benchmark" harness = false [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" features = ["float_roundtrip"]