[package] name = "rstructure" version = "0.2.0" edition = "2021" license = "Apache-2.0" authors = ["SocketBoy "] description = "A thread-safe data structure library" keywords = ["structure", "thread-safe", "data-structure"] repository = "https://github.com/socketboy/rstructure" readme = "README.md" [dependencies] parking_lot = "0.12.1"