rbatis-core 1.8.68

Core of rbatis, the rust SQL toolkit. Not intended to be used directly.
Documentation
[dependencies.async-std]
features = ["attributes", "unstable"]
optional = true
version = "1.9"

[dependencies.bigdecimal_]
features = ["serde"]
package = "bigdecimal"
version = "0.2.0"

[dependencies.bit-vec]
features = ["serde"]
optional = true
version = "0.6"

[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4"

[dependencies.ipnetwork]
features = ["serde"]
version = "0.17.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.py_sql]
version = "1.0"

[dependencies.rexpr]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
features = ["raw_value"]
version = "1"

[dependencies.sqlx-core]
features = ["all-types"]
optional = true
version = "0.5.1"

[dependencies.time]
features = ["serde"]
version = "0.2.16"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"

[features]
actix = ["async-std", "sqlx-core/runtime-actix-rustls", "all-database"]
actix-mssql = ["async-std/tokio02", "sqlx-core/runtime-actix-rustls", "mssql"]
actix-mysql = ["async-std/tokio02", "sqlx-core/runtime-actix-rustls", "mysql"]
actix-postgres = ["async-std/tokio02", "sqlx-core/runtime-actix-rustls", "postgres"]
actix-sqlite = ["async-std/tokio02", "sqlx-core/runtime-actix-rustls", "sqlite"]
all-database = ["sqlx-core/all-databases", "mysql", "postgres", "sqlite", "mssql", "bit-vec"]
async-io = ["async-std", "sqlx-core/runtime-async-std-rustls", "all-database"]
async-io-mssql = ["async-std", "sqlx-core/runtime-async-std-rustls", "mssql"]
async-io-mysql = ["async-std", "sqlx-core/runtime-async-std-rustls", "mysql"]
async-io-postgres = ["async-std", "sqlx-core/runtime-async-std-rustls", "postgres"]
async-io-sqlite = ["async-std", "sqlx-core/runtime-async-std-rustls", "sqlite"]
debug_mode = []
default = ["async-io"]
mssql = ["sqlx-core/mssql"]
mysql = ["sqlx-core/mysql"]
postgres = ["sqlx-core/postgres", "bit-vec"]
sqlite = ["sqlx-core/sqlite"]
tokio02 = ["async-std/tokio02", "sqlx-core/runtime-async-std-rustls", "all-database"]
tokio02-mssql = ["async-std/tokio02", "sqlx-core/runtime-async-std-rustls", "mssql"]
tokio02-mysql = ["async-std/tokio02", "sqlx-core/runtime-async-std-rustls", "mysql"]
tokio02-postgres = ["async-std/tokio02", "sqlx-core/runtime-async-std-rustls", "postgres"]
tokio02-sqlite = ["async-std/tokio02", "sqlx-core/runtime-async-std-rustls", "sqlite"]
tokio03 = ["async-std/tokio03", "sqlx-core/runtime-async-std-rustls", "all-database"]
tokio03-mssql = ["async-std/tokio03", "sqlx-core/runtime-async-std-rustls", "mssql"]
tokio03-mysql = ["async-std/tokio03", "sqlx-core/runtime-async-std-rustls", "mysql"]
tokio03-postgres = ["async-std/tokio03", "sqlx-core/runtime-async-std-rustls", "postgres"]
tokio03-sqlite = ["async-std/tokio03", "sqlx-core/runtime-async-std-rustls", "sqlite"]
tokio1 = ["async-std/tokio1", "sqlx-core/runtime-async-std-rustls", "all-database"]
tokio1-mssql = ["async-std/tokio1", "sqlx-core/runtime-async-std-rustls", "mssql"]
tokio1-mysql = ["async-std/tokio1", "sqlx-core/runtime-async-std-rustls", "mysql"]
tokio1-postgres = ["async-std/tokio1", "sqlx-core/runtime-async-std-rustls", "postgres"]
tokio1-sqlite = ["async-std/tokio1", "sqlx-core/runtime-async-std-rustls", "sqlite"]

[package]
authors = ["zxj <zhuxiujia@qq.com>"]
description = "Core of rbatis, the rust SQL toolkit. Not intended to be used directly."
documentation = "https://rbatis.github.io/rbatis.io/#/"
edition = "2018"
homepage = "https://rbatis.github.io/rbatis.io/#/"
license = "Apache-2.0"
name = "rbatis-core"
repository = "https://github.com/rbatis/rbatis"
version = "1.8.68"