[package] name = "foco" version = "0.1.4" authors = ["Todd Stellanova "] edition = "2018" description= "Topic-based strongly typed pubsub for no_std rust" license = "BSD-3-Clause" repository = "https://github.com/tstellanova/foco" categories = ["embedded", "no-std", "concurrency"] keywords = [ "pubsub", "publish", "subscribe" ] readme = "README.md" [dependencies] #spms_ring = {path="../spms_ring"} #spms_ring = { git="https://github.com/tstellanova/spms_ring", branch="trunk" } spms_ring = "0.1.4" generic-array = "0.14.2" nb = {version="0.1.2"} array-macro = "1.0.5" [dev-dependencies] lazy_static = "1.4.0"