# 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 = "koron-query-parser" version = "3.0.0" authors = [ "KryptonZK ", "Provably ", ] build = false include = [ "/Cargo.toml", "/LICENSE.md", "/README.md", "/src/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Query Parser for Koron" homepage = "https://provably.ai" readme = "README.md" keywords = [ "parser", "sql", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/KryptonZK/query-parser" [lib] name = "koron_query_parser" path = "src/lib.rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sqlparser] version = "0.41.0" [dependencies.thiserror] version = "1.0.56" [dependencies.utoipa] version = "5.0.0-alpha.0"