[package] name = "crew-rs" version = "0.1.0" edition = "2021" description = "A protocol for distributed access control" license = "CC-BY-NC-ND-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ridl = { version = "^0.7.0", path = "../../crates-helper-standards/ridl" } endr = { version = "^0.7.1", path = "../1_endr" } litl = { version = "^0.6.0", path = "../../crates-helper-standards/litl" } ti64 = { version = "^0.1.5", path = "../../crates-helper-standards/ti64" } objt = { version = "^0.1.0", path = "../../crates-util/objt" } audi = { version = "^0.3.0", path = "../../crates-util/audi" } mofo = { version = "^0.2.2", path = "../../crates-util/mofo" } rand = "0.8.4" futures = "0.3.26" serde = "1.0.152" serde_derive = "1.0.152" async-recursion = "1.0.2" tracing = "0.1.37" [dev-dependencies] tokio = { version = "1.21.0", features = ["rt", "macros", "time"] }