# 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 = "openstreetmap-api" version = "0.3.1" authors = ["Daniele Esposti"] description = "Rust client for the OpenstreetMap API." readme = "README.md" license = "MIT" resolver = "2" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.25" features = ["serialize"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.url] version = "2.2" [dependencies.urlencoding] version = "2.1.0" [dev-dependencies.actix-rt] version = "2.6.0" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.rstest] version = "0.15" [dev-dependencies.wiremock] version = "0.5.10"