[package] name = "cb-stm-temp" version = "0.3.0" description = "Software Transactional Memory system built on top of crossbeam-epoch" 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/cb-stm-temp" [dependencies] crossbeam-epoch = "0.4"