sea-query-binder 0.7.0

Driver library for using SeaQuery with SQLx
Documentation
[dependencies.bigdecimal]
default-features = false
optional = true
version = "0.4"

[dependencies.chrono]
default-features = false
features = ["clock"]
optional = true
version = "0.4"

[dependencies.ipnetwork]
default-features = false
optional = true
version = "0.20"

[dependencies.mac_address]
default-features = false
optional = true
version = "1.1"

[dependencies.pgvector]
default-features = false
optional = true
version = "~0.4"

[dependencies.rust_decimal]
default-features = false
optional = true
version = "1"

[dependencies.sea-query]
default-features = false
features = ["thread-safe"]
version = "0.32.0"

[dependencies.serde_json]
default-features = false
features = ["std"]
optional = true
version = "1"

[dependencies.sqlx]
default-features = false
optional = true
version = "0.8"

[dependencies.time]
default-features = false
features = ["macros", "formatting"]
optional = true
version = "0.3.36"

[dependencies.uuid]
default-features = false
optional = true
version = "1"

[features]
postgres-array = ["sea-query/postgres-array"]
postgres-vector = ["sea-query/postgres-vector", "pgvector/sqlx"]
runtime-actix = ["sqlx?/runtime-tokio"]
runtime-actix-native-tls = ["sqlx?/runtime-tokio-native-tls"]
runtime-actix-rustls = ["sqlx?/runtime-tokio-rustls"]
runtime-async-std = ["sqlx?/runtime-async-std"]
runtime-async-std-native-tls = ["sqlx?/runtime-async-std-native-tls"]
runtime-async-std-rustls = ["sqlx?/runtime-async-std-rustls"]
runtime-tokio = ["sqlx?/runtime-tokio"]
runtime-tokio-native-tls = ["sqlx?/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sqlx?/runtime-tokio-rustls"]
sqlx-any = ["sqlx/any"]
sqlx-mysql = ["sqlx/mysql"]
sqlx-postgres = ["sqlx/postgres"]
sqlx-sqlite = ["sqlx/sqlite"]
with-bigdecimal = ["sqlx?/bigdecimal", "sea-query/with-bigdecimal", "bigdecimal"]
with-chrono = ["sqlx?/chrono", "sea-query/with-chrono", "chrono"]
with-ipnetwork = ["sqlx?/ipnetwork", "sea-query/with-ipnetwork", "ipnetwork"]
with-json = ["sqlx?/json", "sea-query/with-json", "serde_json"]
with-mac_address = ["sqlx?/mac_address", "sea-query/with-mac_address", "mac_address"]
with-rust_decimal = ["sqlx?/rust_decimal", "sea-query/with-rust_decimal", "rust_decimal"]
with-time = ["sqlx?/time", "sea-query/with-time", "time"]
with-uuid = ["sqlx?/uuid", "sea-query/with-uuid", "uuid"]

[lib]
name = "sea_query_binder"
path = "src/lib.rs"

[package]
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Ivan Krivosheev <py.krivosheev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database"]
description = "Driver library for using SeaQuery with SQLx"
documentation = "https://docs.rs/sea-query"
edition = "2021"
keywords = ["database", "sql", "mysql", "postgres", "sqlite"]
license = "MIT OR Apache-2.0"
name = "sea-query-binder"
readme = false
repository = "https://github.com/SeaQL/sea-query"
rust-version = "1.60"
version = "0.7.0"