# 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 = "scyllax-parser" version = "0.2.1" authors = ["Carter Himmel "] description = "A parser for CQL queries" homepage = "https://github.com/trufflehq/scyllax#readme" readme = "crates.md" keywords = [ "scylla", "cassandra", "orm", "sqlx", "truffle", ] categories = [ "database", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trufflehq/scyllax" [[bench]] name = "bench" harness = false [dependencies.nom] version = "7" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1"