[package]
edition = "2021"
name = "cql2-cli"
version = "0.5.3"
authors = [
"David Bitner <bitner@dbspatial.com>",
"Pete Gadomski <pete.gadomski@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for Common Query Language (CQL2)"
homepage = "https://github.com/developmentseed/cql2-rs"
readme = "README.md"
keywords = ["cql2"]
license = "MIT"
repository = "https://github.com/developmentseed/cql2-rs"
[lib]
name = "cql2_cli"
path = "src/lib.rs"
[[bin]]
name = "cql2"
path = "src/main.rs"
test = false
doc = false
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
version = "4.5.56"
features = ["derive"]
[dependencies.cql2]
version = "0.5.3"
[dependencies.serde_json]
version = "1.0"