# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "moving_gc_arena" version = "0.3.3" authors = ["Jason Carr "] include = ["src/**/*", "Cargo.toml"] description = "Lightweight Garbage-collectable regions using indices and explicit roots" readme = "README.md" keywords = ["memory", "garbage", "graph", "data-structure", "graph-algorithms"] categories = ["memory-management", "data-structures", "no-std"] license = "MPL-2.0" repository = "https://gitlab.com/jcarr0/moving_gc_arena" [profile.release] [dependencies] [features] debug-arena = [] packed-headers = []