# 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 = "contour" version = "0.13.1" authors = ["Matthieu Viry "] description = "Compute isorings and contour polygons (using marching squares algorithm)." homepage = "https://github.com/mthh/contour-rs" documentation = "https://docs.rs/contour" readme = "README.md" keywords = [ "contour", "polygon", "isoring", "marching-squares", "geojson", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mthh/contour-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "ex" required-features = ["geojson"] [dependencies.geo-types] version = "0.7" [dependencies.geojson] version = ">=0.16, <=0.24" optional = true [dependencies.lazy_static] version = "1.0" [dependencies.rustc-hash] version = "1.0" [dependencies.serde_json] version = "^1.0" optional = true [dependencies.slab] version = "0.4" [dev-dependencies.serde_json] version = "^1.0" [features] f32 = [] geojson = [ "dep:geojson", "dep:serde_json", ]