# 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 = "broom" version = "0.3.2" authors = ["Joshua Barretto "] description = "An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection" readme = "README.md" keywords = [ "garbage", "collection", "gc", "mark", "sweep", ] categories = [ "data-structures", "memory-management", "algorithms", ] license = "Apache-2.0/MIT" repository = "https://github.com/zesterer/broom" [dependencies.hashbrown] version = "0.7" [dependencies.slotmap] version = "1.0" [dev-dependencies.rand] version = "0.7"