# 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 = "google-places-api" version = "0.5.2" exclude = ["tests/*"] description = "Crate to access google places api. Get location data for over 200 million places, and add place details, search, and autocomplete to your apps." homepage = "https://github.com/jareducherek/google-places-api-rs" documentation = "https://docs.rs/google-places-api" readme = "README.md" keywords = [ "google", "places", "api", "reviews", "ratings", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/jareducherek/google-places-api-rs" [dependencies.async-graphql] version = "2.9.9" optional = true [dependencies.dotenv] version = "0.15.0" [dependencies.geoutils] version = "0.5.1" [dependencies.image] version = "0.24.0" [dependencies.isocountry] version = "0.3.2" [dependencies.itertools] version = "0.10.5" [dependencies.relative-path] version = "1.8.0" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" [dependencies.ureq] version = "2.1.1" features = ["json"] [dependencies.urlencoding] version = "2.1.2" [dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.mockito] version = "1.0.0"