vapore/daemon/Cargo.toml

20 lines
612 B
TOML
Raw Normal View History

2024-08-23 05:07:29 +00:00
[package]
name = "vapored"
edition = "2021"
2024-08-25 03:51:35 +00:00
version.workspace = true
2024-08-23 05:07:29 +00:00
[dependencies]
2024-08-25 22:03:30 +00:00
async-tungstenite = { version = "0.27.0", features = ["tokio-rustls-native-certs"] }
color-eyre.workspace = true
2024-08-23 05:07:29 +00:00
env_logger.workspace = true
2024-08-25 22:03:30 +00:00
futures = "0.3.30"
2024-08-26 04:18:16 +00:00
hex = "0.4.3"
2024-08-25 22:03:30 +00:00
keyvalues-serde.workspace = true
2024-08-23 05:07:29 +00:00
log.workspace = true
2024-08-25 22:03:30 +00:00
protobuf.workspace = true
2024-08-26 04:18:16 +00:00
rand = "0.8.5"
2024-08-25 22:03:30 +00:00
reqwest = { version = "0.12", features = ["rustls-tls-native-roots"], default-features = false}
serde = { version = "1.0.209", features = ["derive"] }
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"]}
vapore-proto.path = "../proto"