# 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" name = "partiql-parser" version = "0.11.0" authors = ["PartiQL Team "] build = "build.rs" exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "PartiQL Parser" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "parser", "query", "compilers", "interpreters", ] categories = [ "database", "compilers", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] name = "partiql_parser" path = "src/lib.rs" bench = false [[bench]] name = "bench_parse" path = "benches/bench_parse.rs" harness = false [dependencies.bigdecimal] version = "0.4" [dependencies.bitflags] version = "2" [dependencies.itertools] version = "0.13" [dependencies.lalrpop-util] version = "0.21" [dependencies.logos] version = "0.14" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.partiql-ast] version = "0.11.*" [dependencies.partiql-common] version = "0.11.*" [dependencies.regex] version = "1.10" [dependencies.rust_decimal] version = "1.36.0" features = ["std"] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [build-dependencies.lalrpop] version = "0.21" [features] default = [] serde = [ "dep:serde", "rust_decimal/serde-with-str", "partiql-ast/serde", "partiql-common/serde", ]