# 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.56" name = "cql3-parser" version = "0.4.2" authors = ["Claude "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of a CQL3 Parser" readme = "README.md" license = "Apache-2.0" [lib] name = "cql3_parser" path = "src/lib.rs" [dependencies.bigdecimal] version = "0.4.0" features = ["serde"] [dependencies.bytes] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.num-bigint] version = "0.4.0" features = ["serde"] [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.tree-sitter] version = "0.22.6" [dependencies.tree-sitter-cql] version = "0.2.0" [dependencies.uuid] version = "1.0.0" features = ["serde"] [dev-dependencies] [features]