[package] name = "synctree" version = "0.1.3" authors = ["LeshaInc "] description = "Thread-safe tree data structure" repository = "https://gitlab.com/LeshaInc/synctree" readme = "README.md" keywords = ["thread", "rwlock", "tree"] categories = ["data-structures", "concurrency"] license = "MIT OR Apache-2.0" [dependencies] parking_lot = "0.6" onevec = "0.1" fnv = "1.0"