# 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 = "mapsco-client" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An API client for geocode.maps.co" readme = "README.md" license = "MIT" repository = "https://github.com/kakserpom/mapsco-client-rs" [lib] name = "mapsco_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.reqwest] version = "0.12.4" optional = true [dependencies.serde] version = "1.0.203" features = [ "std", "derive", ] [dependencies.serde-this-or-that] version = "0.4.2" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [features] reqwest = [ "dep:reqwest", "dep:anyhow", ]