# 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 = "geohash" version = "0.13.1" authors = ["Ning Sun "] description = "Geohash implementation for Rust." documentation = "https://docs.rs/geohash/" readme = "README.md" keywords = [ "geohash", "gis", "geography", ] categories = ["science::geo"] license = "MIT/Apache-2.0" repository = "https://github.com/georust/geohash.rs" [dependencies.geo-types] version = ">=0.6.0, <0.8.0" [dependencies.libm] version = "0.2.6" [dev-dependencies.csv] version = "1.2" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.serde] version = "1" features = ["derive"]