[package] name = "atree" version = "0.5.2" # remember to update html_root_url authors = ["Mac Lee "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/macthecadillac/atree" homepage = "https://github.com/macthecadillac/atree" description = "An arena based tree structure with removal support" documentation = "https://docs.rs/atree" categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", optional = true }