[package] name = "crossbeam-stm" version = "0.6.1" description = "Atomically updatable Arc" license = "MIT/Apache-2.0" readme = "README.md" authors = ["k3d3 "] repository = "https://github.com/k3d3/crossbeam-stm" homepage = "https://github.com/k3d3/crossbeam-stm" documentation = "https://docs.rs/crossbeam-stm" [dependencies] crossbeam-epoch = "0.4" [dev-dependencies] parking_lot = "0.5.5"