[dependencies.slab]
optional = true
version = "0.4.5"
[[example]]
name = "basic-fragile"
path = "examples/basic-fragile.rs"
[[example]]
name = "basic-sticky"
path = "examples/basic-sticky.rs"
[lib]
name = "fragile"
path = "src/lib.rs"
[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides wrapper types for sending non-send values to other threads."
edition = "2018"
homepage = "https://github.com/mitsuhiko/fragile"
keywords = ["send", "cell", "non-send", "send-wrapper", "failure"]
license = "Apache-2.0"
name = "fragile"
readme = "README.md"
repository = "https://github.com/mitsuhiko/fragile"
version = "2.0.1"