[package]
authors = ["Pierre Avital <pierre.avital@me.com>"]
edition = "2018"
name = "message_plugins"
version = "0.1.2"
description = "A Message-Passing Oriented backbone for Rust plugins to Rust programs"
keywords = ["plugins", "tokio", "message"]
license = "MPL-2.0"
readme = "README.md"
repository = "https://github.com/p-avital/message-plugins-rs"
[features]
tokio-host = ["tokio", "futures"]
[dependencies]
futures = {version = "0.3", optional = true}
tokio = {version = "0.2", features = ["macros", "rt-threaded", "rt-core", "sync"], optional=true}
libloading = "0.6"