# 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 = "generational-arena-tree" version = "0.0.0-dev.5" authors = ["Antikyth"] description = "Trees based on indexes to a generational arena." readme = "README.md" license = "MPL-2.0" [dependencies.cfg_attrs] version = "3" [dependencies.generational-arena] version = "0.2.9" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" [features] default = [ "unified", "split", "deque", ] deque = [] serde = [ "dep:serde", "generational-arena/serde", ] split = [] unified = []