# 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 = "2018" name = "loro-thunderdome" version = "0.6.2" authors = ["Lucien Greathouse "] description = "Fork of thunderdome: Fast arena allocator with compact generational indices" homepage = "https://github.com/LPGhatguy/thunderdome" documentation = "https://docs.rs/thunderdome" readme = "README.md" keywords = [ "arena", "slab", "generational", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LPGhatguy/thunderdome" [features] default = ["std"] std = []