# 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 = "into_query" version = "0.2.4" authors = ["Charlie Thomson "] description = "Convert option structs into filters for use with diesel" documentation = "https://docs.rs/into_query/0.1.0/into_query/" keywords = ["diesel", "database", "query", "filter"] license = "MIT" repository = "https://github.com/charliethomson/into_query/tree/master/into_query" [dependencies.diesel] version = "1.4.5" [dependencies.into_query_derive] version = "0.2.3" optional = true [features] mysql = ["diesel/mysql", "into_query_derive/mysql"] postgres = ["diesel/postgres", "into_query_derive/postgres"] sqlite = ["diesel/sqlite", "into_query_derive/sqlite"]