# 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" rust-version = "1.60" name = "sea-query-diesel" version = "0.1.0" authors = ["Emile Fugulin "] description = "Binder traits for connecting sea-query with diesel" documentation = "https://docs.rs/sea-query" keywords = [ "database", "sql", "diesel", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-query" [lib] [dependencies.bigdecimal] version = "0.3" optional = true default-features = false [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.diesel] version = "2.1.1" features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] [dependencies.ipnetwork] version = "0.20" optional = true default-features = false [dependencies.mac_address] version = "1.1" optional = true default-features = false [dependencies.rust_decimal] version = "1" optional = true default-features = false [dependencies.sea-query] version = "0.30" default-features = false [dependencies.serde_json] version = "1" optional = true default-features = false [dependencies.time] version = "0.3" optional = true default-features = false [dependencies.uuid] version = "1" optional = true default-features = false [features] default = [] extras = [ "with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array", ] mysql = [ "diesel/mysql", "sea-query/backend-mysql", ] postgres = [ "diesel/postgres", "sea-query/backend-postgres", ] postgres-array = ["sea-query/postgres-array"] sqlite = [ "diesel/sqlite", "sea-query/backend-sqlite", ] with-bigdecimal = [ "diesel/numeric", "sea-query/with-bigdecimal", "bigdecimal", ] with-chrono = [ "diesel/chrono", "sea-query/with-chrono", "chrono", ] with-ipnetwork = [ "diesel/network-address", "sea-query/with-ipnetwork", "ipnetwork", ] with-json = [ "diesel/serde_json", "sea-query/with-json", "serde_json", ] with-mac_address = [ "sea-query/with-mac_address", "mac_address", ] with-rust_decimal = [ "sea-query/with-rust_decimal", "rust_decimal", ] with-rust_decimal-mysql = [ "with-rust_decimal", "rust_decimal/db-diesel2-mysql", ] with-rust_decimal-postgres = [ "with-rust_decimal", "rust_decimal/db-diesel2-postgres", ] with-time = [ "diesel/time", "sea-query/with-time", "time", ] with-uuid = [ "diesel/uuid", "sea-query/with-uuid", "uuid", ]