# 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 = "gis_puller" version = "0.1.1" authors = ["pinkforest"] description = "Geographic Information System (GIS) datasets acquisition library." homepage = "https://github.com/pinkforest/gis_puller" readme = "README.md" keywords = ["gis", "acquisition", "catalog"] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/pinkforest/gis_puller" [dependencies.config] version = "0.11.0" [dependencies.once_cell] version = "1.9.0" [dependencies.quick-error] version = "2.0.1" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.7" features = ["json"] [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.state] version = "0.5.2" [dependencies.validator] version = "0.14.0" features = ["derive", "unic"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.httpmock] version = "0.6.4" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.3.0" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.rstest_reuse] version = "0.1.3" [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [features] full = [] nightly = [] [badges.maintenance] status = "actively-developed"