# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasmcloud-interface-lattice-control" version = "0.20.0" exclude = ["build.rs"] description = "This library contains types and service definitions used by actors and providers to support the wasmcloud:latticecontrol contract" homepage = "https://wasmcloud.com" documentation = "https://docs.rs/wasmcloud-interface-lattice-control" readme = "README.md" keywords = [ "webassembly", "wasm", "wasmcloud", "control", "ctl", ] categories = [ "wasm", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/wasmCloud/interfaces" [dependencies.async-trait] version = "0.1" [dependencies.data-encoding] version = "2.3.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.14" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.wasmbus-rpc] version = "0.15" [build-dependencies.weld-codegen] version = "0.7"