# 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 = "stac-async" version = "0.5.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous I/O for stac-rs" documentation = "https://docs.rs/stac-async" readme = "README.md" keywords = [ "geospatial", "stac", "metadata", "geo", "raster", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stac-utils/stac-rs" [lib] name = "stac_async" path = "src/lib.rs" [dependencies.async-stream] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.stac] version = "0.9" [dependencies.stac-api] version = "0.5" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.23" features = [ "fs", "io-util", ] [dependencies.url] version = "2" [dev-dependencies.mockito] version = "1" [dev-dependencies.tokio] version = "1.23" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4"