# 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 = "maps-address-completion-service" version = "0.2.0" authors = ["Julian Büttner "] description = "Serve city names, zip codes, street names and house numbers for auto completion" homepage = "https://github.com/julianbuettner/maps-address-completion-service" readme = "README.md" license = "MIT" [[bin]] name = "macs" path = "src/main.rs" [dependencies.axum] version = "0.6.20" features = ["headers"] [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.codes-iso-3166] version = "0.1.5" features = [ "full_name", "local_names", ] [dependencies.fern] version = "0.6.2" [dependencies.human_bytes] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.lz4_flex] version = "0.11.1" [dependencies.osmpbfreader] version = "0.16.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.33.0" features = ["rt-multi-thread"]