wasmcloud-actor-telnet 0.2.0

Actor interface for the wasmCloud telnet capability provider
Documentation
# 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-telnet"
version = "0.2.0"
authors = ["wasmCloud Team"]
description = "Actor interface for the wasmCloud telnet capability provider"
documentation = "https://docs.rs/wasmcloud-actor-telnet"
readme = "README.md"
keywords = ["webassembly", "wasm", "telnet", "actor"]
categories = ["wasm", "api-bindings"]
license = "Apache-2.0"
[package.metadata.docs.rs]
features = ["guest"]
rustdoc-args = ["--cfg", "feature=\"guest\""]
[profile.release]
opt-level = "s"
lto = true
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rmp-serde]
version = "0.15.4"

[dependencies.serde]
version = "1.0.125"
features = ["derive"]

[dependencies.wapc-guest]
version = "0.4.0"
optional = true
[dev-dependencies.wasmcloud-actor-core]
version = "0.2.2"
features = ["guest"]

[features]
guest = ["wapc-guest"]