infra-compass-cli 0.0.6

Command line application to manage and query NREL's INFRA-COMPASS data
[[bin]]
name = "infra-compass-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["cargo"]
version = "4.5.38"

[dependencies.duckdb]
features = ["bundled"]
version = "1.2.2"

[dependencies.infra-compass-db]
version = "0.0.7"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3.19"

[package]
authors = ["Guilherme Castelão <gpimenta@nrel.gov>", "Paul Pinchuk <Pavlo.Pinchuk@nrel.gov>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command line application to manage and query NREL's INFRA-COMPASS data"
edition = "2024"
homepage = "https://github.com/NREL/COMPASS"
license = "BSD-3-Clause"
name = "infra-compass-cli"
readme = false
repository = "https://github.com/NREL/COMPASS"
resolver = "2"
rust-version = "1.87.0"
version = "0.0.6"