[package] name = "execution-context" version = "0.1.0" license = "Apache-2.0" description = "An experimental .NET inspired execution context" authors = ["Armin Ronacher "] keywords = ["executioncontext", "flow", "logicalcallcontext", "callcontext"] readme = "README.md" repository = "https://github.com/mitsuhiko/rust-execution-context" [dependencies] im = "10.2.0" lazy_static = "1.0.1"