# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "polylabel_cmd" version = "1.4.0" authors = ["Stephan Hügel "] exclude = ["geojson/*"] description = "A command-line utility for finding optimum polygon label positions" readme = "README.md" keywords = ["geo", "polylabel", "gis"] license = "MIT" repository = "https://github.com/urschrei/polylabel_cmd" [profile.release] lto = true codegen-units = 1 [[bin]] name = "polylabel" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.32.0" [dependencies.console] version = "0.14.0" [dependencies.failure] version = "0.1.3" [dependencies.failure_derive] version = "0.1.3" [dependencies.geo-types] version = "0.7.0" [dependencies.geojson] version = "0.22.0" features = ["geo-types"] [dependencies.indicatif] version = "0.15.0" [dependencies.polylabel] version = "2.4.0" [dependencies.rayon] version = "1.0.1" [dependencies.serde_json] version = "1.0.26"