# 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 = "bronze_gc" version = "0.2.1" authors = ["Michael Coblenz "] links = "libbronze" description = "The Bronze garbage collector for Rust. This version only includes the API for creating and using GC references; it does not actually collect anything. For experimental purposes only." homepage = "http://www.cs.umd.edu/~mcoblenz/" readme = "../README.md" keywords = ["garbage", "collection", "gc"] categories = ["memory-management"] license = "MIT" repository = "https://github.com/mcoblenz/Bronze/" [dependencies.bronze_derive] version = "0.1.0" optional = true [dependencies.multiset] version = "0.0.5" [dev-dependencies.backtrace] version = "0.3.56" [dev-dependencies.bronze_derive] version = "0.1.0" [dev-dependencies.serial_test] version = "0.5.1" [build-dependencies.bindgen] version = "0.56.0" [features] derive = ["bronze_derive"] enable_garbage_collection = []