# 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 = "pg_parse" version = "0.11.0" authors = ["Paul Mason "] build = "build.rs" description = "PostgreSQL parser that uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree." documentation = "https://docs.rs/pg_parse/" readme = "./README.md" license = "MIT" repository = "https://github.com/paupino/pg_parse" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.regex] version = "1.7" [dev-dependencies.version-sync] version = "0.9" [build-dependencies.bindgen] version = "0.66" [build-dependencies.heck] version = "0.4" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [features] default = ["str"] str = []