[package] name = "endr" version = "0.9.0" edition = "2021" description = "endr: append-only replicated objects" license = "CC-BY-NC-ND-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.24" audi = { version = "^0.3.0", path = "../../crates-util/audi" } litl = { version = "^0.6.0", path = "../../crates-helper-standards/litl" } ridl = { version = "^0.7.0", path = "../../crates-helper-standards/ridl" } mofo = { version = "^0.2.2", path = "../../crates-util/mofo" } objt = { version = "^0.1.0", path = "../../crates-util/objt", features = ["debug_borrows"] } rand = "0.8.5" async_executors = "0.6" serde = "1.0.130" serde_derive = "1.0.130" thiserror = "1.0.34" tracing = "0.1.36" tracing-futures = "0.2.5" fxhash = "0.2.1" [dev-dependencies] tokio = { version = "1.21.0", features = ["rt", "macros", "time"] } async_executors = { version = "0.6", features = ["tokio_ct"] } traceful = { path = "../../crates-util/traceful" } proptest = "1.0.0" serde_json = "1.0.87" [package.metadata.workspaces] independent = true