# 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 = "geohasher" version = "0.1.4" authors = ["Conor Brady "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple geohash encode/decode functions without any dependencies." documentation = "https://docs.rs/geohasher/" readme = "README.md" keywords = [ "geohash", "geospatial", "gis", ] categories = [ "algorithms", "science::geo", ] license = "Apache-2.0" repository = "https://github.com/conbrad/geohasher" [lib] name = "geohasher" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies]