[package] name = "blake3-tree" license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2021" authors = ["Parsa Ghadimi "] description = "Blake3 supercharged" [dependencies] fleek-blake3 = "1.3" thiserror = "1.0" arrayref = "0.3" arrayvec = "0.7" [features] all-tests = [] [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } rand = "0.8" [[bench]] name = "tree" harness = false