# 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-asset-server" version = "0.6.1" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serving static and templated files" 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_asset_server" path = "src/lib.rs" [[bin]] name = "bbox-asset-server" path = "src/main.rs" [dependencies.actix-files] version = "0.6.0" [dependencies.actix-web] version = "4.0.0" features = ["rustls"] [dependencies.async-trait] version = "0.1.65" [dependencies.bbox-core] version = "0.6.1" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.configparser] version = "3.0.0" [dependencies.log] version = "0.4.17" [dependencies.minijinja] version = "1.0.0" features = ["loader"] [dependencies.once_cell] version = "1.12.0" [dependencies.rust-embed] version = "6.8.1" features = ["compression"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.8.1" [dependencies.zip] version = "0.5.13" features = ["deflate"] default-features = false