1 Star 0 Fork 0

Essence/orm_mysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 943 Bytes
一键复制 编辑 原始数据 按行查看 历史
Essence 提交于 2024-03-20 14:12 . update version
[package]
name = "orm_mysql"
version = "1.3.4"
edition = "2021"
authors = ["guoyu <guoyumail@qq.com>"]
description = "orm_mysql"
license = "MIT OR Apache-2.0"
repository = "https://github.com/guoyucode/orm_mysql"
rust-version = "1.75"
[lib]
path = "src/lib.rs"
[dependencies]
chrono = { version = "0.4", features = ["serde"], optional = true}
orm_mysql_macro = {version = "1.2.1"}
# orm_mysql_macro = {path = "./orm_mysql_macro"}
log = "0.4"
serde_json = { version = "1.0", features = ["preserve_order"] }
common_uu = { version = "1", default-features = false}
serde = { version = "1.0", features = ["derive"] }
mysql_async_uu = "0.32.4"
# async-trait = "0.1.60"
[dev-dependencies]
log = "0.4"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.13", features = ["rt", "rt-multi-thread", "macros", ] }
time = "0.3"
[features]
default = ["chrono"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/guoyucode/orm_mysql.git
git@gitee.com:guoyucode/orm_mysql.git
guoyucode
orm_mysql
orm_mysql
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385