# 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 = "sql_minifier" version = "0.1.5" authors = [ "Marco Visani", "Luca Cappelletti", ] description = "Crate providing methods and procedural macros to minify SQL code, optionally at compile time." readme = "README.md" keywords = [ "sql", "minifier", "compression", "database", "macro", ] categories = [ "database", "compression", ] license = "GPL-3.0" repository = "https://github.com/mvisani/SQL-minifier" [dependencies.load_sql_proc] version = "0.1.5" [dependencies.minify_sql] version = "0.1.5" [dependencies.minify_sql_proc] version = "0.1.5" [dev-dependencies.version-sync] version = "0.9" [features] gluesql = [ "minify_sql/gluesql", "load_sql_proc/gluesql", "minify_sql_proc/gluesql", ]