ogcapi-processes 0.3.0

Processor trait and implementations
Documentation
# 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 = "2024"
name = "ogcapi-processes"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Processor trait and implementations"
readme = "README.md"
keywords = [
    "geography",
    "geo",
    "geospatial",
    "gis",
    "api",
]
categories = ["science::geo"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/ogcapi"

[features]
default = [
    "greeter",
    "geojson-loader",
    "gdal-loader",
]
gdal-loader = [
    "dep:arrow",
    "arrow/ffi",
    "arrow/json",
    "dep:gdal",
    "dep:geo",
    "dep:wkb",
    "dep:sqlx",
    "dep:ogcapi-drivers",
]
geojson-loader = [
    "dep:geojson",
    "dep:geo",
    "dep:wkb",
    "dep:sqlx",
    "dep:ogcapi-drivers",
]
greeter = []

[lib]
name = "ogcapi_processes"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "54.3"
optional = true
default-features = false

[dependencies.async-trait]
version = "0.1.88"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.gdal]
version = "0.18.0"
features = ["bindgen"]
optional = true

[dependencies.geo]
version = "0.30.0"
optional = true
default-features = false

[dependencies.geojson]
version = "0.24.2"
features = ["geo-types"]
optional = true

[dependencies.http-body]
version = "1.0"

[dependencies.ogcapi-drivers]
version = "0.3"
features = [
    "postgres",
    "common",
]
optional = true

[dependencies.ogcapi-types]
version = "0.3"
features = ["processes"]

[dependencies.schemars]
version = "0.8.22"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.3"
optional = true

[dependencies.tokio]
version = "1.44"
features = [
    "rt-multi-thread",
    "macros",
]
default-features = false

[dependencies.url]
version = "2.5"

[dependencies.wkb]
version = "0.8.0"
optional = true