# 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 = "stac-api" version = "0.6.2" authors = ["Pete Gadomski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for the SpatioTemporal Asset Catalog (STAC) API specification" homepage = "https://stac-utils.github.io/stac-rs" readme = "README.md" keywords = [ "geospatial", "stac", "metadata", "geo", "api", ] categories = [ "science", "data-structures", "web-programming", ] 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 = "stac_api" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.6" optional = true [dependencies.chrono] version = "0.4.38" [dependencies.cql2] version = "0.3.0" [dependencies.futures] version = "0.3.31" optional = true [dependencies.geo] version = "0.28.0" optional = true [dependencies.geojson] version = "0.24.1" [dependencies.http] version = "1.1" optional = true [dependencies.reqwest] version = "0.12.8" features = ["json"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.stac] version = "0.11.0" [dependencies.stac-derive] version = "0.1.0" [dependencies.stac-types] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.3" [dev-dependencies.geojson] version = "0.24.1" [dev-dependencies.mockito] version = "1.5" [dev-dependencies.tokio] version = "1.37" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] client = [ "dep:async-stream", "dep:futures", "dep:http", "dep:reqwest", "dep:tokio", "stac-types/reqwest", ] geo = [ "dep:geo", "stac/geo", ]