# 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 = "sqlparser-mysql" version = "0.0.2" authors = ["xring "] description = "A SQL parser for MySQL with nom." homepage = "https://github.com/xring/sqlparser-mysql" documentation = "https://docs.rs/sqlparser-mysql" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/xring/sqlparser-mysql.git" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dev-dependencies.pretty_assertions] version = "0.5.1"