[package] name = "fragile" version = "1.2.2" license = "Apache-2.0" description = "Provides wrapper types for sending non-send values to other threads." readme = "README.md" authors = ["Armin Ronacher "] repository = "https://github.com/mitsuhiko/fragile" homepage = "https://github.com/mitsuhiko/fragile" keywords = ["send", "cell", "non-send", "send-wrapper", "failure"] edition = "2018" [features] slab = ["new_fragile/slab"] [dependencies] new_fragile = { package = "fragile", version = "2.0.0" }