1 Star 0 Fork 1

omega8 / phantom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
omega 提交于 2023-10-11 07:43 . 调整版本号
[package]
name = "phantom"
version = "0.3.0"
authors = ["omega"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
log4rs = "1"
num-bigint = "0.4"
num-traits = "0.2"
num-integer = "0.1"
bytes = "1"
bytestring = "1"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
async-trait = "0.1"
rust-crypto = "0.2"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
headers = "0.3"
hyper = { version = "0.14", features = ["tcp", "http1", "client", "server"] }
hyper-staticfile = "0.9"
phantom-core = { path="./core" }
phantom-network-adapter = { path="./network-adapter" }
phantom-protocol = { path="./protocol" }
[workspace]
members = [
"core",
"network-adapter",
"protocol",
"examples/client-proxy",
"examples/client-worker",
]
Rust
1
https://gitee.com/omega8/phantom.git
git@gitee.com:omega8/phantom.git
omega8
phantom
phantom
master

搜索帮助