# 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-feature-server" version = "0.6.1" authors = ["Pirmin Kalberer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BBOX OGC API Features Service" 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_feature_server" path = "src/lib.rs" [[bin]] name = "bbox-feature-server" path = "src/main.rs" [dependencies.actix-web] version = "4.0.0" features = ["rustls"] [dependencies.async-trait] version = "0.1.65" [dependencies.bbox-core] version = "0.6.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.dyn-clone] version = "1.0.6" [dependencies.futures] version = "0.3.21" [dependencies.geozero] version = "0.11.0" features = [ "with-gpkg", "with-postgis-sqlx", ] [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.serde_json] version = "1.0.57" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sqlx] version = "0.7.0" features = [ "runtime-tokio-rustls", "sqlite", "postgres", "chrono", ] default-features = false [dependencies.thiserror] version = "1.0.31" [dev-dependencies.test-log] version = "0.2.14" [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [features] html = ["bbox-core/html"]