# 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 = "osm-waters" version = "0.2.2" description = "Obtain the necessary OSM water bodies for your project. It finds the water polygons that intersect your chosen geometries and outputs the results into GeoJSON." homepage = "http://jjcfrancis.co" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jjcfrancisco/osm-waters" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctrlc] version = "3.4.4" [dependencies.geo] version = "0.27.0" [dependencies.geo-types] version = "0.7.12" [dependencies.geojson] version = "0.24.1" [dependencies.reqwest] version = "0.12.2" features = ["blocking"] [dependencies.serde_json] version = "1.0.1" [dependencies.shapefile] version = "0.5.0" [dependencies.tempfile] version = "3.10.1" [dependencies.walkdir] version = "2.5.0" [dependencies.zip-extensions] version = "0.6.2"