# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "assemblylift-iomod-crypto" version = "0.1.1" authors = ["Akkoro and the AssemblyLift contributors "] description = "AssemblyLift Crypto IOmod (host)" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/akkoro/assemblylift-iomod-stdlib" [[bin]] name = "akkoro-std-crypto" path = "src/main.rs" [dependencies.assemblylift_core_iomod] version = "0.2.1" package = "assemblylift-core-iomod" [dependencies.capnp] version = "0.13.3" [dependencies.capnp-rpc] version = "0.13.1" [dependencies.futures] version = "0.3.5" [dependencies.futures-util] version = "0.3.5" [dependencies.serde] version = "1.0.116" [dependencies.serde_json] version = "1.0.58" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.tokio-util] version = "0.3.1" features = ["compat"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]