# 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" name = "ogcapi-services" version = "0.2.0" include = [ "/src", "/assets", ] description = "Server implementation of several OGC API Standards." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/ogcapi" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.7.5" features = ["multipart"] [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.dyn-clone] version = "1.0" optional = true [dependencies.hyper] version = "1.3.1" features = ["full"] [dependencies.ogcapi-drivers] version = "0.2" features = ["postgres"] [dependencies.ogcapi-types] version = "0.2" [dependencies.openapiv3] version = "2.0" [dependencies.schemars] version = "0.8.20" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" features = [ "compression-gzip", "catch-panic", "cors", "request-id", "sensitive-headers", "trace", "util", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5" features = ["serde"] [dev-dependencies.geojson] version = "0.24.1" [dev-dependencies.http-body-util] version = "0.1.1" [dev-dependencies.hyper-util] version = "0.1.3" features = ["client"] [dev-dependencies.ogcapi] version = "<0.3, >=0.1" features = ["import"] default_features = false [dev-dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [features] common = [] default = ["common"] edr = ["ogcapi-types/edr"] features = [] full = [ "default", "features", "edr", "processes", "styles", "tiles", "stac", ] processes = [ "dyn-clone", "schemars", ] stac = [ "ogcapi-types/stac", "ogcapi-drivers/stac", "ogcapi-drivers/s3", ] styles = [] tiles = []