# 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 = "bumpslab" version = "0.2.0" authors = ["Jonathan Kelley "] description = "A slab allocator with stable references" readme = "README.md" keywords = [ "memory", "layout", "allocator", "slab", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/jkelleyrtp/bumpslab" [dependencies.bumpalo] version = "3.11.1" [dev-dependencies.rand] version = "0.8.4" features = ["small_rng"]