# 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 = "2018" name = "sql-ast" version = "0.8.0" authors = [ "Andy Grove ", "Jovansonlee Cesar ", ] include = [ "src/**/*.rs", "Cargo.toml", ] description = "A lean sql AST and parser" homepage = "https://github.com/ivanceras/sqlparser-preview" documentation = "https://docs.rs/sql-ast" readme = "README.md" keywords = [ "ansi", "sql", "lexer", "parser", ] license = "Apache-2.0" repository = "https://github.com/ivanceras/sql-ast" [dependencies.bigdecimal] version = "0.4.3" optional = true [dependencies.log] version = "0.4.5" [dev-dependencies.matches] version = "0.1" [dev-dependencies.simple_logger] version = "1.0.1"