[package] name = "moving_gc_arena" version = "0.3.3" authors = ["Jason Carr "] edition = "2018" include = ["src/**/*", "Cargo.toml"] description = "Lightweight Garbage-collectable regions using indices and explicit roots" license = "MPL-2.0" repository = "https://gitlab.com/jcarr0/moving_gc_arena" readme = "README.md" categories = ["memory-management", "data-structures", "no-std"] keywords = ["memory", "garbage", "graph", "data-structure", "graph-algorithms"] [dependencies] [profile.release] [features] debug-arena=[] packed-headers=[]