# 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-processes-server" version = "0.6.1" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BBOX OGC API Processes Service" homepage = "https://www.bbox.earth" readme = "README.md" keywords = [ "processes", "workflows", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/bbox-services/bbox" [lib] name = "bbox_processes_server" path = "src/lib.rs" [[bin]] name = "bbox-processes-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.awc] version = "3.0.0" [dependencies.bbox-core] version = "0.6.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.swagger] version = "6.1" features = ["serdejson"] [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["time"]