[package] name = "andromeda" version = "0.0.0" authors = ["lemunozm "] edition = "2018" readme = "README.md" license = "Apache-2.0" description = "publish-subscribe middleware" homepage = "https://github.com/lemunozm/andromeda/" repository = "https://github.com/lemunozm/andromeda/" keywords = ["publish-subscribe", "middleware", "pubsub"] categories = ["asynchronous", "network-programming", "game-development", "web-programming::websocket"] [badges] maintenance = { status = "actively-developed" } [dependencies] message-io = "0.11.0" #message-io = { git = "https://github.com/lemunozm/message-io.git", branch = "node_api" } serde = { version = "1.0", features = ["derive"] } bincode = "1.3.1" log = "0.4.14" lazy_static = "1.4.0"