2 Star 0 Fork 0

ynp/akita

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
潘安 提交于 2022-09-07 10:59 . feat(develop): Upgrade Version
[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 = []
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ynps/akita.git
git@gitee.com:ynps/akita.git
ynps
akita
akita
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385