[package] name = "caro" version = "0.7.1" edition = "2021" description = "caro: creation-addressed 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.2.4", path = "../audi" } litl = { version = "^0.5.0", path = "../litl" } ridl = { version = "^0.6.1", path = "../ridl" } mofo = { version = "^0.2.1", path = "../mofo" } 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 = "../traceful" } proptest = "1.0.0" serde_json = "1.0.87" [package.metadata.workspaces] independent = true