# 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 = "geosuggest-core" version = "0.6.4" authors = ["geosuggest contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Suggest by name or find nearest by coordinates cities" documentation = "https://docs.rs/geosuggest-core/" readme = "README.md" keywords = [ "geocoding", "service", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/estin/geosuggest.git" [lib] name = "geosuggest_core" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.csv] version = "1" [dependencies.geoip2] version = "0.1.7" optional = true [dependencies.itertools] version = "0.13" [dependencies.kiddo] version = "4.2" features = ["immutable"] [dependencies.oaph] version = "0.2" optional = true [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strsim] version = "0.11" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [features] default = [] geoip2_support = ["geoip2"] oaph_support = ["oaph"] tracing = ["dep:tracing"]