# 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 = "geo-quadkey-rs" version = "0.1.1" authors = ["masaishi "] description = "geo-quadkey-rs is a Rust library for encoding and decoding geographical coordinates to and from QuadKeys, a tiling approach used by Microsoft's Bing Maps Tile System for interactive mapping solutions." homepage = "https://github.com/masaishi/geo-quadkey-rs" documentation = "https://docs.rs/geo-quadkey-rs/0.1.0/geo_quadkey_rs" readme = "README.md" keywords = [ "quadkey", "geographic", ] license = "MIT OR Apache-2.0" repository = "https://github.com/masaishi/geo-quadkey-rs" [dev-dependencies.assert_float_eq] version = "1.0"