# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsyesql" version = "0.3.1" authors = ["Kirill Fomichev "] include = ["src/*.rs", "LICENSE", "README.md"] description = "Transform SQL queries text to Rust strings.\n" documentation = "https://docs.rs/rsyesql/" readme = "README.md" keywords = ["sql", "yesql"] categories = ["database"] license = "MIT" repository = "https://github.com/fanatid/rsyesql" [dependencies.indexmap] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-error] version = "1.2.3" [dependencies.regex] version = "1"