[package] name = "credo" version = "0.8.0" edition = "2021" description = "A framework for trust-free distributed cryptographic claims and secret management" license = "CC-BY-NC-ND-4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] caro = {version = "^0.7.0", path = "../caro"} ridl = {version = "^0.6.0", path = "../ridl"} litl = {version = "^0.5.0", path = "../litl"} audi = {version = "^0.2.4", path = "../audi"} mofo = {version = "^0.2.1", path = "../mofo"} ti64 = {version = "^0.1.4", path = "../ti64"} rand = "0.8.5" thiserror = "1.0.31" serde = "1.0.137" serde_derive = "1.0.137" futures = "0.3.21" tracing = "0.1.36" tracing-futures = "0.2.5" [dev-dependencies] tokio = { version = "1.21.0", features = ["rt", "macros", "time"] } traceful = {path = "../traceful"} [package.metadata.workspaces] independent = true