# 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 = "scylladb-parse" version = "0.1.2" authors = ["Louay Kamel"] exclude = [".github/**/*"] description = "Statement parsing library for Scylla CQL" keywords = [ "actor", "scylla", "cassandra", "database", "parser", ] license-file = "LICENSE" repository = "https://github.com/louaykamel/scylladb" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.anymap] version = "0.12" [dependencies.chrono] version = "0.4" default-features = false [dependencies.derive_builder] version = "0.12" [dependencies.derive_more] version = "0.99" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.5" [dependencies.scylladb-parse-macros] version = "0.1" [dependencies.uuid] version = "1.3" [dev-dependencies.maplit] version = "1.0"