6 Star 1 Fork 0

Cassie/moduforge-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
李兴栋 提交于 2025-06-13 15:01 +08:00 . ...
[workspace]
resolver = "2"
members = [
"model",
"transform",
"state",
"core",
"macros/*",
"rules/*",
"demo"
]
exclude = [
"demo"
]
[workspace.package]
name = "moduforge"
version = "0.3.9"
edition = "2024"
authors = ["String <348040933@qq.com>"]
license = "MIT"
documentation = "https://gitee.com/stringlxd/moduforge-rs"
homepage = "https://gitee.com/stringlxd/moduforge-rs"
repository = "https://gitee.com/stringlxd/moduforge-rs"
[workspace.dependencies]
tokio = { version = "1.0", features = ["full"] }
tokio-util = "0.7.14"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
# lazy_static 线程安全全局变量
lazy_static = "1.4"
anyhow="1"
# im 不可变数据实现
im = { version = "15.1", features = ["serde"] }
thiserror = "2.0.12"
dashmap = "6.1.0"
# 异步 trait
async-trait = "0.1"
chrono = "0.4"
async-channel = "2.3.1"
crossbeam = "0.8"
# 日志系统
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
time = { version = "0.3", features = ["formatting"] }
uuid="1"
futures="0.3"
rayon = "1.8"
lru = "0.14.0"
parking_lot = "0.12"
ahash = "0.8"
rust_decimal = "1"
rust_decimal_macros = "1"
json_dotpath = "1"
once_cell = "1"
petgraph = "0.8"
criterion = "0.5"
bumpalo = "3"
fastrand = "2"
humantime = "2"
recursive = "0.1"
regex = "1"
regex-lite = "0.1"
strum = "0.27"
strum_macros = "0.27"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/stringlxd/moduforge-rs.git
git@gitee.com:stringlxd/moduforge-rs.git
stringlxd
moduforge-rs
moduforge-rs
master

搜索帮助