# 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" rust-version = "1.65" name = "bbox-map-server" version = "0.6.1" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BBOX map server" homepage = "https://www.bbox.earth" readme = "README.md" keywords = [ "maps", "wms", "qgis", "mapserver", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/bbox-services/bbox" [lib] name = "bbox_map_server" path = "src/lib.rs" [[bin]] name = "bbox-map-server" path = "src/main.rs" [dependencies.actix-web] version = "4.0.0" features = ["rustls"] [dependencies.async-process] version = "1.0.0" [dependencies.async-trait] version = "0.1.65" [dependencies.awc] version = "3.0.0" [dependencies.bbox-core] version = "0.6.1" [dependencies.bufstream] version = "0.1.4" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.deadpool] version = "0.9.2" features = [ "managed", "rt_tokio_1", ] default-features = false [dependencies.fastcgi-client] version = "0.5.0" default-features = false [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.13.1" [dependencies.once_cell] version = "1.12.0" [dependencies.opentelemetry] version = "0.18" features = [ "trace", "metrics", "rt-tokio", ] default-features = false [dependencies.prometheus] version = "0.13" default-features = false [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.0" [dependencies.serde_json] version = "1.0.57" [dependencies.tempfile] version = "3.8.1" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["time"] [dev-dependencies] [features] inventory = []