Files
marathon/crates/libmarathon/Cargo.toml
2026-02-07 18:19:21 +00:00

61 lines
1.5 KiB
TOML

[package]
name = "libmarathon"
version = "0.1.0"
edition.workspace = true
[dependencies]
anyhow.workspace = true
arboard = "3.4"
bevy.workspace = true
rkyv.workspace = true
blake3 = "1.5"
blocking = "1.6"
bytemuck = { version = "1.14", features = ["derive"] }
bytes = "1.0"
chrono = { version = "0.4", features = ["serde"] }
crdts.workspace = true
crossbeam-channel = "0.5"
dirs = "5.0"
egui = { version = "0.33", default-features = false, features = ["bytemuck", "default_fonts"] }
encase = { version = "0.10", features = ["glam"] }
futures-lite = "2.0"
glam = "0.29"
inventory.workspace = true
iroh = { workspace = true, features = ["discovery-local-network"] }
iroh-gossip.workspace = true
itertools = "0.14"
rand = "0.8"
raw-window-handle = "0.6"
rusqlite = { version = "0.37.0", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json.workspace = true
sha2 = "0.10"
sync-macros = { path = "../sync-macros" }
thiserror = "2.0"
tokio.workspace = true
toml.workspace = true
tracing.workspace = true
uuid = { version = "1.0", features = ["v4", "serde"] }
wgpu-types = "26.0"
winit = "0.30"
[target.'cfg(target_os = "ios")'.dependencies]
tracing-oslog = "0.3"
[dev-dependencies]
tokio.workspace = true
iroh = { workspace = true, features = ["discovery-local-network"] }
iroh-gossip.workspace = true
futures-lite = "2.0"
tempfile = "3"
proptest = "1.4"
criterion = "0.5"
[[bench]]
name = "write_buffer"
harness = false
[[bench]]
name = "vector_clock"
harness = false