# 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 = "what-osm-pbf" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get the necessary osm pbf files within a bounding box." homepage = "http://jjcfrancis.co" readme = "README.md" categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/jjcfrancisco/what-osm-pbf" [[bin]] name = "wop" path = "src/main.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.derive_more] version = "1" features = ["from"] [dependencies.geo] version = "0.28.0" [dependencies.geo-types] version = "0.7.13" [dependencies.geojson] version = "0.24.1" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.serde_json] version = "1.0.127" [dependencies.tempfile] version = "3.12.0"