# 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 = "wasmcloud-actor-extras" version = "0.1.3" authors = ["wasmCloud Team"] description = "Interface to the extras contract for use by wasmCloud Actors" documentation = "https://docs.rs/wasmcloud-actor-extras" readme = "README.md" keywords = ["wasm", "wasmcloud", "actor", "uuid", "random"] categories = ["wasm", "api-bindings"] license = "Apache-2.0" [package.metadata.docs.rs] features = ["guest"] rustdoc-args = ["--cfg", "feature=\"guest\""] [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.rmp-serde] version = "0.15.4" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_derive] version = "1.0.123" [dependencies.wapc-guest] version = "0.4.0" optional = true [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.log] version = "0.4.11" [dev-dependencies.serde_json] version = "1.0.61" [dev-dependencies.structopt] version = "0.3.21" [dev-dependencies.wasmcloud-actor-core] version = "0.2.2" features = ["guest"] [dev-dependencies.wasmcloud-actor-http-server] version = "0.1.1" features = ["guest"] [features] guest = ["wapc-guest", "lazy_static"]