[package] name = "concgc" version = "0.1.1" authors = ["ㄗㄠˋ ㄑㄧˊ "] edition = "2018" license = "MPL-2.0" description = "An experiment. concurrent gc" repository = "https://github.com/tsao-chi/concgc.rs" categories = ["concurrency", "no-std"] keywords = ["gc", "no_std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] spin = "0.5.2" hashbrown = "0.7.1" derive_deref = "1.1.0"