[package] name = "treestate" version = "0.1.0" authors = ["Facebook Source Control Team "] edition = "2018" [dependencies] anyhow = "1.0.20" bitflags = "1.0.4" byteorder = "1.2.7" thiserror = "1.0.5" twox-hash = "*" vlqencoding = { version = "0.1.0", path = "../vlqencoding" } [dev-dependencies] itertools = "0.8" quickcheck = "0.9" rand = "0.7" rand_chacha = "0.2" tempdir = "0.3.7"