[package] name = "anyctx" version = "0.1.0" edition = "2021" repository = "https://github.com/nullchinchilla/anyctx" license = "ISC" description = "An experimental, dynamically bound yet statically typed context object for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahash = "0.8.6" dashmap = "5.5.3"