# 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-frontend" version = "0.6.1" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTML frontend for BBOX services" homepage = "https://www.bbox.earth" readme = "README.md" categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/bbox-services/bbox" [lib] name = "bbox_frontend" path = "src/lib.rs" [dependencies.actix-web] version = "4.0.0" features = ["rustls"] [dependencies.bbox-core] version = "0.6.1" features = ["html"] [dependencies.bbox-map-server] version = "0.6.1" optional = true [dependencies.log] version = "0.4.17" [dependencies.minijinja] version = "1.0.0" features = ["loader"] [dependencies.once_cell] version = "1.12.0" [dependencies.rand] version = "0.7.3" [dependencies.rust-embed] version = "6.8.1" features = ["compression"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dev-dependencies] [features] all = [ "default", "qwc2", "swaggerui", ] default = [ "redoc", "openlayers", "maplibre", "proj", ] map-server = ["bbox-map-server/inventory"] maplibre = [] openlayers = [] proj = [] qwc2 = ["map-server"] redoc = [] swaggerui = []