yotei/lib-uwusched/Cargo.toml
xqtc f7f582bc69
All checks were successful
/ build (push) Successful in 1m28s
/ clippy (push) Successful in 1m26s
[LIB] Protocol data structures
2024-09-04 13:45:33 +02:00

21 lines
443 B
TOML

[package]
authors = ["xqtc"]
description = "Distributed computing with abstract data"
name = "lib-uwusched"
version = "0.1.0"
edition = "2021"
[dependencies]
pretty_env_logger = "0.5"
uuid = "1.10"
sha256 = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
lz4_flex = "0.11.3"
toml = "0.8.19"
lazy_static = "1.5.0"
log = "0.4.22"
bincode = "1.3.3"
clap = { version = "4.5.16", features = ["derive"] }