# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "city-spellcheck" version = "0.1.1" authors = ["Peter Farr "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "city-spellcheck is a library that gives city spelling corrections using a fuzzy search that takes distance from supplied gps coordinates into weighting" documentation = "https://docs.rs/city-spellcheck" readme = "README.md" keywords = ["city", "spellcheck", "fuzzy", "search", "geo"] license = "MIT" repository = "https://github.com/PrismaPhonic/city-spellcheck" [[bench]] name = "my_benchmark" harness = false [dependencies.distance] version = "0.4.0" [dependencies.lazy_static] version = "1.1.0" [dependencies.rayon] version = "1.0.3" [dependencies.redis] version = "0.9.1" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.sift4] version = "0.1.2" [dev-dependencies.criterion] version = "0.2.7" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "PrismaPhonic/city-spellcheck"