# 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 = "wascc-actor" version = "0.7.4" authors = ["Kevin Hoffman "] description = "SDK for developing WebAssembly Actor modules for hosting in waSCC" homepage = "https://wascc.dev" documentation = "https://docs.rs/wascc-actor" readme = "README.md" keywords = ["wapc", "webassembly", "wasm", "wascc", "actor"] categories = ["wasm", "api-bindings"] license = "Apache-2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.115" [dependencies.serde_derive] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" [dependencies.wapc-guest] version = "0.3.2" [dependencies.wascc-codec] version = "0.8.1" [badges.maintenance] status = "actively-developed"