rustac 0.2.8

Command line interface for rustac
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "rustac"
version = "0.2.8"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for rustac"
homepage = "https://stac-utils.github.io/rustac"
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/rustac"
resolver = "2"

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

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

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

[[bin]]
name = "rustac"
path = "src/main.rs"
test = false
doc = false

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.8.1"

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

[dependencies.clap_complete]
version = "4.5"

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

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

[dependencies.pgstac]
version = "0.4.7"
optional = true

[dependencies.serde_json]
version = "1.0"

[dependencies.stac]
version = "0.16.4"

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

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

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

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

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

[dependencies.tracing]
version = "0.1.40"

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

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

[dependencies.url]
version = "2.3"

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

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

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