rbatis-core 1.8.47

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

[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.serde]
features = ["derive"]
version = "1"

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

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

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

[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"]
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"]
default = ["async-io"]
mssql = ["sqlx-core/mssql"]
mysql = ["sqlx-core/mysql"]
postgres = ["sqlx-core/postgres"]
sqlite = ["sqlx-core/sqlite"]
tokio02 = ["async-std/tokio02", "sqlx-core/runtime-tokio-rustls", "all-database"]
tokio02-mssql = ["async-std/tokio02", "sqlx-core/runtime-tokio-rustls", "mssql"]
tokio02-mysql = ["async-std/tokio02", "sqlx-core/runtime-tokio-rustls", "mysql"]
tokio02-postgres = ["async-std/tokio02", "sqlx-core/runtime-tokio-rustls", "postgres"]
tokio02-sqlite = ["async-std/tokio02", "sqlx-core/runtime-tokio-rustls", "sqlite"]
tokio03 = ["async-std/tokio03", "sqlx-core/runtime-tokio-rustls", "all-database"]
tokio03-mssql = ["async-std/tokio03", "sqlx-core/runtime-tokio-rustls", "mssql"]
tokio03-mysql = ["async-std/tokio03", "sqlx-core/runtime-tokio-rustls", "mysql"]
tokio03-postgres = ["async-std/tokio03", "sqlx-core/runtime-tokio-rustls", "postgres"]
tokio03-sqlite = ["async-std/tokio03", "sqlx-core/runtime-tokio-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 = "MIT OR Apache-2.0"
name = "rbatis-core"
repository = "https://github.com/rbatis/rbatis"
version = "1.8.47"