# 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 = "2018" name = "concatsql" version = "0.5.1" authors = ["kumavale"] description = "A secure library for SQLite, MySQL and PostgreSQL." readme = "README.md" keywords = [ "database", "sql", "sqlite", "mysql", "postgres", ] categories = ["database"] license = "MIT" repository = "https://github.com/kumavale/ConcatSQL" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4" [dependencies.concatsql_macro] version = "0.1.0" [dependencies.indexmap] version = "1.6" [dependencies.lazy_static] version = "1.4" [dependencies.mysql-sys] version = "20.0" optional = true package = "mysql" [dependencies.postgres-sys] version = "0.18" features = ["with-uuid-0_8"] optional = true package = "postgres" [dependencies.sqlite3-sys] version = "0.12" optional = true default-features = false [dependencies.uuid] version = "0.8" [dev-dependencies.temporary] version = "0.6" [dev-dependencies.uuid] version = "0.8" features = ["v4"] [features] mysql = ["mysql-sys"] postgres = ["postgres-sys"] sqlite = ["sqlite3-sys/linkage"]