prqlc 0.5.0

CLI interface for the PRQL compiler
[package]
description = "CLI interface for the PRQL compiler"
edition = "2021"
license = "Apache-2.0"
name = "prqlc"
readme = "README.md"
repository = "https://github.com/PRQL/prql"
resolver = "1"
rust-version = "1.65.0"
version = "0.5.0"
[target."cfg(not(target_family=\"wasm\"))".dependencies.anyhow]
version = "1.0.57"

[target."cfg(not(target_family=\"wasm\"))".dependencies.ariadne]
version = "0.1.5"

[target."cfg(not(target_family=\"wasm\"))".dependencies.atty]
version = "0.2.14"

[target."cfg(not(target_family=\"wasm\"))".dependencies.clap]
features = ["derive"]
version = "4.1.1"

[target."cfg(not(target_family=\"wasm\"))".dependencies.clio]
features = ["clap-parse"]
version = "0.2.4"

[target."cfg(not(target_family=\"wasm\"))".dependencies.color-eyre]
version = "0.6.1"

[target."cfg(not(target_family=\"wasm\"))".dependencies.env_logger]
features = ["termcolor"]
version = "0.9.1"

[target."cfg(not(target_family=\"wasm\"))".dependencies.itertools]
version = "0.10.3"

[target."cfg(not(target_family=\"wasm\"))".dependencies.notify]
version = "^5.1.0"

[target."cfg(not(target_family=\"wasm\"))".dependencies.prql-compiler]
version = "0.5.0"

[target."cfg(not(target_family=\"wasm\"))".dependencies.serde_json]
version = "1.0.81"

[target."cfg(not(target_family=\"wasm\"))".dependencies.serde_yaml]
version = "0.9.1"

[target."cfg(not(target_family=\"wasm\"))".dependencies.walkdir]
version = "^2.3.2"
[target."cfg(not(target_family=\"wasm\"))".dev-dependencies.insta]
features = ["colors", "glob", "yaml"]
version = "1.26"