代码拉取完成,页面将自动刷新
[package]
name = "akita"
version = "0.4.3"
authors = ["mrpan <1049058427@qq.com>"]
edition = "2018"
description = "Akita - Mini orm for rust."
readme = "README.md"
keywords = ["akita", "orm", "mysql", "sqlite"]
categories = ["data-structures", "database-implementations"]
homepage = "https://github.com/wslongchen/akita"
repository = "https://github.com/wslongchen/akita"
documentation = "https://docs.rs/akita"
license = "MIT"
[dependencies]
akita_derive = {version = "0.4.0", path = "./akita_derive"}
akita_core = {version = "0.4.0", path = "./akita_core"}
mysql = {version = "20.1.0", optional = true}
rusqlite = {version = "0.21.0", optional = true}
bigdecimal = "0.3.0"
r2d2 = {version = "0.8.9"}
chrono = { version = "0.4", features = ["serde"]}
uuid = {version = "0.8.2", features = ["serde", "v4"]}
base64 = "0.9"
once_cell = "1.8"
log = {version = "0.4", optional = true}
tracing = { version = "0.1.35", optional = true }
twox-hash = "1"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
akita_derive = { version = "0.4.0", path = "./akita_derive" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
features = ["akita-mysql"]
### FEATURES #################################################################
[features]
# default = []
akita-tracing = ["tracing"]
akita-logging = ["log"]
# Provide mysql pool with r2d2.
akita-mysql = ["mysql"]
# Provide sqlite pool with r2d2.
akita-sqlite = ["rusqlite"]
# Database with authentication
akita-auth = []
akita-fuse = []
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。