# 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-utils" version = "0.6.4" authors = ["geosuggest contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Geosuggest index update utilities" documentation = "https://docs.rs/geosuggest-utils/" readme = "README.md" keywords = [ "geocoding", "service", ] categories = [ "web-programming::http-server", "development-tools", ] license = "MIT" repository = "https://github.com/estin/geosuggest.git" [lib] name = "geosuggest_utils" path = "src/lib.rs" [[bin]] name = "geosuggest-build-index" path = "src/build-index.rs" required-features = ["clap"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.futures] version = "0.3" [dependencies.geosuggest-core] version = "0.6" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "net", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] optional = true [dependencies.zip] version = "2" [features] cli = ["clap"] default = [] tracing = [ "dep:tracing", "dep:tracing-subscriber", "geosuggest-core/tracing", ]