[package] name = "assemblylift-iomod-crypto" version = "0.1.1" description = "AssemblyLift Crypto IOmod (host)" authors = ["Akkoro and the AssemblyLift contributors "] edition = "2018" license-file = "../LICENSE.md" repository = "https://github.com/akkoro/assemblylift-iomod-stdlib" readme = "README.md" [[bin]] name = "akkoro-std-crypto" path = "src/main.rs" [dependencies] uuid = { version = "0.8", features = ["serde", "v4"] } capnp = "0.13.3" capnp-rpc = "0.13.1" tokio = { version = "0.2.22", features = ["full"] } tokio-util = { version = "0.3.1", features = ["compat"] } futures = "0.3.5" futures-util = "0.3.5" serde = "1.0.116" serde_json = "1.0.58" assemblylift_core_iomod = { version = "0.2.1", package = "assemblylift-core-iomod" }