# 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 = "2021" rust-version = "1.70.0" name = "prqlc-ast" version = "0.12.2" description = "The AST for the PRQL language." license = "Apache-2.0" repository = "https://github.com/PRQL/prql" [lib] doctest = false [dependencies.enum-as-inner] version = "0.6.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.strum] version = "0.26.2" features = [ "std", "derive", ] [dev-dependencies.insta] version = "1.39.0" features = [ "colors", "glob", "yaml", ] [dev-dependencies.serde_json] version = "1.0.117" [target."cfg(not(target_family=\"wasm\"))".dependencies.chumsky] version = "0.9.2" [target."cfg(not(target_family=\"wasm\"))".dependencies.stacker] version = "0.1.15" [target."cfg(target_family=\"wasm\")".dependencies.chumsky] version = "0.9.2" features = [ "ahash", "std", ] default-features = false