# 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] name = "osm_boundaries_utils" version = "0.12.0" authors = [ "dt.ro ", "Antoine Desbordes ", ] description = "utilities to help reading OpenStreetMap boundaries in rust." readme = "README.md" keywords = [ "openstreetmap", "osm", "boundaries", ] license = "WTFPL" repository = "https://github.com/Qwant/osm_boundaries_utils_rs" [dependencies.geo] version = "0.26.0" [dependencies.geo-types] version = "^0.7" [dependencies.log] version = "0.4" [dependencies.osmpbfreader] version = "0.16"