rustac 0.2.0

Command line interface for rustac
Documentation
[[bin]]
doc = false
name = "rustac"
path = "src/main.rs"
test = false

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.axum]
version = "0.8.1"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.serde_json]
version = "1.0"

[dependencies.stac]
version = "0.15.0"

[dependencies.stac-duckdb]
version = "0.3.0"

[dependencies.stac-io]
features = ["store-all", "geoparquet"]
version = "0.2.0"

[dependencies.stac-server]
features = ["axum", "duckdb"]
version = "0.4.0"

[dependencies.stac-validate]
version = "0.6.0"

[dependencies.tokio]
features = ["macros", "io-std", "rt-multi-thread", "fs"]
version = "1.44"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-indicatif]
version = "0.3.9"

[dependencies.tracing-subscriber]
features = ["env-filter", "tracing-log", "env-filter"]
version = "0.3.18"

[dependencies.url]
version = "2.3"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3.16"

[features]
default = []
duckdb-bundled = ["stac-duckdb/bundled"]
pgstac = ["stac-server/pgstac"]

[lib]
crate-type = ["lib", "cdylib"]
name = "rustac"
path = "src/lib.rs"

[package]
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "data-structures"]
description = "Command line interface for rustac"
edition = "2024"
homepage = "https://stac-utils.github.io/rustac"
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
license = "MIT OR Apache-2.0"
name = "rustac"
readme = "README.md"
repository = "https://github.com/stac-utils/rustac"
resolver = "2"
rust-version = "1.85"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "test_cli"
path = "tests/test_cli.rs"