[package] name = "gc" version = "0.5.0" authors = ["Manish Goregaokar ", "Nika Layzell "] description = "Tracing garbage collector plugin for Rust." repository = "https://github.com/Manishearth/rust-gc" readme = "../README.md" license = "MPL-2.0" keywords = ["garbage", "plugin", "memory"] edition = "2018" [features] nightly = [] derive = ["gc_derive"] unstable-config = [] unstable-stats = [] [dependencies] gc_derive = { path = "../gc_derive", version = "0.5.0", optional = true } serde = { version = "1.0.0", optional = true } [dev-dependencies] gc = { path = ".", features = ["derive"] } serde_json = { version = "1.0.66" }