# 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 = "zonebuilder" version = "0.3.0" authors = ["Robin Lovelace ", "Dustin Carlino", "Stephan Hügel"] exclude = ["web"] description = "A crate and command-line interface to create regular geographic zones for urban analysis" homepage = "https://github.com/zonebuilders/" documentation = "https://github.com/zonebuilders/zonebuilder-rust" keywords = ["zones", "geo", "spatial", "geospatial"] categories = ["science", "command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/zonebuilders/zonebuilder-rust" [lib] crate-type = ["cdylib", "lib"] [dependencies.geo] version = "0.18.0" features = ["use-serde"] [dependencies.geographiclib-rs] version = "0.2.0" [dependencies.geojson] version = "0.22.2" features = ["geo-types"] [dependencies.serde_json] version = "1.0.0" [dependencies.structopt] version = "0.3.21" [dependencies.wasm-bindgen] version = "0.2.70" optional = true [features] wasm = ["wasm-bindgen"]