# 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-cli" version = "0.4.1" authors = ["Pete Gadomski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line interface for stac-rs" homepage = "https://stac-utils.github.io/stac-rs" 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" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "stac_cli" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "stacrs" path = "src/main.rs" test = false doc = false [[test]] name = "smoke" path = "tests/smoke.rs" [dependencies.axum] version = "0.7.7" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.duckdb] version = "=1.0.0" features = ["bundled"] optional = true [dependencies.object_store] version = "0.11.0" [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.openssl-src] version = "=300.3.1" [dependencies.pgstac] version = "0.2.1" optional = true [dependencies.pyo3] version = "0.22.3" optional = true [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.stac] version = "0.10.2" features = [ "geoparquet-compression", "object-store-all", "reqwest", "validate", ] [dependencies.stac-api] version = "0.6.1" features = ["client"] [dependencies.stac-duckdb] version = "0.0.2" optional = true [dependencies.stac-server] version = "0.3.1" features = ["axum"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "macros", "io-std", "rt-multi-thread", "fs", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.3" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.tokio-test] version = "0.4.4" [features] default = ["pgstac"] duckdb = [ "dep:stac-duckdb", "dep:duckdb", ] pgstac = [ "stac-server/pgstac", "dep:pgstac", ] python = [ "dep:pyo3", "pgstac", ]