# 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" version = "0.2.0" description = "OGC API building blocks." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/ogcapi" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.gdal] version = "0.16.0" features = ["bindgen"] optional = true [dependencies.geo] version = "0.28.0" optional = true [dependencies.geojson] version = "0.24.1" features = ["geo-types"] optional = true [dependencies.ogcapi-client] version = "0.2" optional = true [dependencies.ogcapi-drivers] version = "0.2" optional = true [dependencies.ogcapi-services] version = "0.2" optional = true [dependencies.ogcapi-types] version = "0.2" optional = true [dependencies.osmpbfreader] version = "0.16.1" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-rustls", "postgres", ] optional = true [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5" features = ["serde"] optional = true [dependencies.wkb] version = "0.7.1" optional = true [features] client = ["ogcapi-client"] default = [ "types", "client", "drivers", "services", "import", ] drivers = ["ogcapi-drivers"] import = [ "drivers", "types", "gdal", "geo", "geojson", "osmpbfreader", "serde", "serde_json", "sqlx", "url", "wkb", ] services = [ "ogcapi-services", "ogcapi-services/full", ] stac = [ "ogcapi-types?/stac", "ogcapi-drivers?/stac", "ogcapi-drivers?/s3", "ogcapi-services?/stac", "ogcapi-client?/stac", ] types = ["ogcapi-types"]