# 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 = "substrate-geohash" version = "0.13.0" authors = [ "Ning Sun ", "Encointer Association ", ] description = "Geohash implementation for Rust. Forked for use with substrate" documentation = "https://docs.rs/geohash/" readme = "README.md" keywords = [ "geohash", "gis", "geography", ] license = "MIT/Apache-2.0" repository = "https://github.com/encointer/geohash" [dependencies.codec] version = "3.6.1" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.fixed] version = "0.5.9" package = "substrate-fixed" [dependencies.scale-info] version = "2.5.0" features = ["derive"] default-features = false