# 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 = "yesqlr" version = "0.1.0" authors = ["Kailash Nadh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse SQL files with multiple named queries into a map. Port of goyesql." homepage = "https://github.com/knadh/yesqlr" readme = "README.md" keywords = [ "sql", "query", "sql-parser", "sql-file", ] categories = [ "database", "parsing", ] license = "MIT" repository = "https://github.com/knadh/yesqlr" [lib] name = "yesqlr" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5"