rbatis 1.8.42

Rust ORM Framework High Performance(JSON based)
Documentation
[dependencies.async-std]
optional = true
version = "1.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures-core]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.5"

[dependencies.rbatis-core]
default-features = false
optional = true
version = "1.8.42"

[dependencies.rustflake]
optional = true
package = "rustflake"
version = "0.1"

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

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

[dependencies.serde_yaml]
version = "0.8"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"
[dev-dependencies.fast_log]
version = "1.3"

[features]
actix = ["rbatis-core/actix", "async-std"]
actix-mssql = ["rbatis-core/actix-mssql", "async-std"]
actix-mysql = ["rbatis-core/actix-mysql", "async-std"]
actix-postgres = ["rbatis-core/actix-postgres", "async-std"]
actix-sqlite = ["rbatis-core/actix-sqlite", "async-std"]
async-io = ["rbatis-core/async-io", "async-std"]
async-io-mssql = ["rbatis-core/async-io-mssql", "async-std"]
async-io-mysql = ["rbatis-core/async-io-mysql", "async-std"]
async-io-postgres = ["rbatis-core/async-io-postgres", "async-std"]
async-io-sqlite = ["rbatis-core/async-io-sqlite", "async-std"]
default = ["async-io"]
snowflake = ["rustflake"]
tokio02 = ["rbatis-core/tokio02", "async-std/tokio02"]
tokio02-mssql = ["rbatis-core/tokio02-mssql", "async-std/tokio02"]
tokio02-mysql = ["rbatis-core/tokio02-mysql", "async-std/tokio02"]
tokio02-postgres = ["rbatis-core/tokio02-postgres", "async-std/tokio02"]
tokio02-sqlite = ["rbatis-core/tokio02-sqlite", "async-std/tokio02"]
tokio03 = ["rbatis-core/tokio03", "async-std/tokio03"]
tokio03-mssql = ["rbatis-core/tokio03-mssql", "async-std/tokio03"]
tokio03-mysql = ["rbatis-core/tokio03-mysql", "async-std/tokio03"]
tokio03-postgres = ["rbatis-core/tokio03-postgres", "async-std/tokio03"]
tokio03-sqlite = ["rbatis-core/tokio03-sqlite", "async-std/tokio03"]

[package]
authors = ["ce <zhuxiujia@qq.com>"]
description = "Rust ORM Framework High Performance(JSON based)"
documentation = "https://rbatis.github.io/rbatis.io/#/"
edition = "2018"
homepage = "https://rbatis.github.io/rbatis.io/#/"
license = "MIT"
name = "rbatis"
readme = "Readme.md"
repository = "https://github.com/rbatis/rbatis"
version = "1.8.42"