[package] name = "arctree" version = "0.1.0" edition = "2018" authors = [ "Simon Sapin ", "Yevhenii Reizner ", "Youn Mélois ", ] license = "MIT" description = "A 'DOM-like' tree implemented using atomic reference counting" repository = "https://github.com/sehnryr/arctree" documentation = "https://docs.rs/arctree/" readme = "README.md" [dependencies] parking_lot = "0.12.1"