prqlc 0.4.1

CLI interface for the PRQL compiler
Documentation
[package]
description = "CLI interface for the PRQL compiler"
name = "prqlc"

edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lib]
doctest = false
test = false

[target.'cfg(not(target_family="wasm"))'.dependencies]
anyhow = {version = "1.0.57"}
ariadne = "0.1.5"
atty = "0.2.14"
clap = {version = "4.1.1", features = ["derive"]}
clio = {version = "0.2.4", features = ['clap-parse']}
color-eyre = "0.6.1"
env_logger = {version = "0.9.1", features = ["termcolor"]}
itertools = "0.10.3"
prql-compiler = "0.4.1"
serde_json = "1.0.81"
serde_yaml = "0.9.1"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
insta = {version = "1.26", features = ["colors", "glob", "yaml"]}