# 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.80" name = "pgstac" version = "0.2.2" authors = ["Pete Gadomski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust interface for pgstac" homepage = "https://stac-utils.github.io/stac-rs" readme = "README.md" keywords = [ "geospatial", "stac", "metadata", "raster", "database", ] categories = [ "database", "data-structures", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stac-utils/stac-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "pgstac" path = "src/lib.rs" [dependencies.geojson] version = "0.24.1" [dependencies.rustls] version = "0.23.14" features = [ "ring", "std", ] optional = true default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.stac] version = "0.11.0" [dependencies.stac-api] version = "0.6.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio-postgres] version = "0.7.12" features = ["with-serde_json-1"] [dependencies.tokio-postgres-rustls] version = "0.12.0" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.webpki-roots] version = "0.26.6" optional = true [dev-dependencies.tokio] version = "1.37" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] tls = [ "dep:rustls", "dep:tokio-postgres-rustls", "dep:webpki-roots", ]