[package] name = "mycorrh" version = "0.1.1" edition = "2021" license = "MIT" description = "Mycorrh is a fast concurrent messaging system for Rust." repository = "https://github.com/jrcarl624/mycorrh" authors = ["jrcarl624 "] readme = "README.md" keywords = ["messaging", "concurrent", "async", "tokio", "event"] categories = ["concurrency", "asynchronous"] license-file = "LICENSE" publish = true documentation = "https://docs.rs/mycorrh" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.27.0", features = ["full"] } async-trait = "0.1.68"