[package] name = "threadbound" version = "0.1.5" authors = ["David Tolnay "] categories = ["concurrency", "rust-patterns"] description = "Make any value Sync but only available on its original thread." documentation = "https://docs.rs/threadbound" edition = "2018" keywords = ["sync"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/threadbound" rust-version = "1.31" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]