rbatis-core 2.0.10

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

[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"

[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", "runtime-async-std-rustls"]
optional = true
version = "0.5.5"

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

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

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

[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/#/en/"
edition = "2018"
homepage = "https://rbatis.github.io/rbatis.io/#/en/"
license = "Apache-2.0"
name = "rbatis-core"
repository = "https://github.com/rbatis/rbatis"
version = "2.0.10"