[package] name = "tlpt" version = "0.8.0" edition = "2021" description = "A set of protocols for building local-first distributed systems" license = "CC-BY-NC-ND-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] audi = {version = "^0.3.0", path = "../../crates-util/audi"} endr = {version = "^0.7.1", path = "../1_endr"} crew-rs = {version = "^0.1.0", path = "../2_crew"} jmbl = {version = "^0.6.0", path = "../../crates-helper-standards/jmbl"} litl = {version = "^0.6.0", path = "../../crates-helper-standards/litl"} ridl = {version = "^0.7.0", path = "../../crates-helper-standards/ridl"} ti64 = {version = "^0.1.5", path = "../../crates-helper-standards/ti64"} mofo = {version = "^0.2.2", path = "../../crates-util/mofo"} objt = {version = "^0.1.0", path = "../../crates-util/objt"} futures = "0.3.21" serde = "1.0.137" serde_derive = "1.0.137" thiserror = "1.0.31" rand07 = {package = "rand", version = "0.7.0"} tracing = "0.1.36" tracing-futures = "0.2.5" [dev-dependencies] tokio = {version = "1.13.0", features = ["macros", "rt", "time"]} traceful = {path = "../../crates-util/traceful"} [package.metadata.workspaces] independent = true