# 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 = "osm-admin-lookup" version = "0.1.2" authors = ["Magnus Kulke "] description = "Lookup the Openstreetmap admin hierarchy of coordinates." license = "MIT" [[bin]] name = "locate" path = "src/locate.rs" [[bin]] name = "build-rtree" path = "src/build-rtree.rs" [[bin]] name = "bench" path = "src/bench.rs" [dependencies.bincode] version = "1.1.4" [dependencies.clap] version = "2.33.0" [dependencies.easybench] version = "1.0.0" [dependencies.geo] version = "0.12.2" [dependencies.geo-types] version = "0.4.3" features = ["serde"] [dependencies.geojson] version = "0.16.0" features = ["geo-types"] [dependencies.osm_boundaries_utils] version = "0.5.0" [dependencies.osmpbfreader] version = "0.13.2" [dependencies.rstar] version = "0.6.0" features = ["serde"] [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.41"