# 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-drivers" version = "0.2.0" include = [ "/src", "/migrations", ] description = "Driver traits and implementations" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/ogcapi" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.80" [dependencies.aws-config] version = "1.4.0" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-s3] version = "1.29.0" features = ["behavior-version-latest"] optional = true [dependencies.http] version = "1.1" [dependencies.ogcapi-types] version = "0.2" [dependencies.rink-core] version = "0.8.0" features = ["bundle-files"] optional = true [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-rustls", "postgres", "json", "migrate", ] optional = true [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.url] version = "2.5" optional = true [features] postgres = [ "sqlx", "rink-core", "url", ] s3 = [ "aws-config", "aws-sdk-s3", ] stac = ["ogcapi-types/stac"]