# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nary_tree" version = "0.4.3" authors = [ "Ian ", "David Cohen ", ] description = "A vec-backed tree structure with tree-specific generational indexes." documentation = "https://docs.rs/nary_tree" readme = "README.md" keywords = [ "tree", "slab", "slab-tree", "n-ary", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/osimarr/nary-tree" [dependencies.slab] version = "~0.4" [dependencies.snowflake] version = "~1.3" [features] experimental = []