# 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 = "what3words" version = "0.1.1" description = "This is a client for What3Words v3 API, allowing you to convert coordinates to three-word addresses and vice versa." readme = "README.md" license = "GPL-3.0" [package.metadata] license = "GPL-3.0" [package.metadata.docs.rs] all-features = true [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0"