# 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 = "wing-sqlparser" version = "0.13.1-alpha.0" authors = ["Andy Grove "] include = ["src/**/*.rs", "Cargo.toml"] description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011" homepage = "https://github.com/wing-rs/sqlparser-rs" documentation = "https://docs.rs/wing-sqlparser/" keywords = ["ansi", "sql", "lexer", "parser"] license = "Apache-2.0" repository = "https://github.com/wing-rs/sqlparser-rs" resolver = "2" [package.metadata.release] disable-publish = true [lib] name = "wing_sqlparser" path = "src/lib.rs" [dependencies.bigdecimal] version = "0.3" features = ["serde"] optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.matches] version = "0.1" [dev-dependencies.simple_logger] version = "1.9" [features] default = ["std"] json_example = ["serde_json", "serde"] std = []