# 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] name = "yehorbolt_sql_parser" version = "0.1.11" authors = ["Yehor Bolotov "] description = "This is a simple SQL parser written in Rust using the pest library. The parser supports parsing CREATE TABLE statements with column definitions." documentation = "https://docs.rs/yehorbolt_sql_parser/" readme = "README.md" keywords = [ "pest", "parser", "sql", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/yehorbolt/yehorbolt_sql_parser" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.thiserror] version = "1.0.50"