# 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 = "shredder" version = "0.2.0" authors = ["Gregor Peach "] description = "Garbage collection as a library for Rust" readme = "README.md" keywords = ["gc", "garbage", "collection", "garbage-collection"] categories = ["memory-management"] license = "MIT" repository = "https://github.com/Others/shredder" [dependencies.arc-swap] version = "1.2" [dependencies.crossbeam] version = "0.8.0" [dependencies.dynqueue] version = "0.3.0" features = ["crossbeam-queue"] [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.4" [dependencies.parking_lot] version = "0.11.1" [dependencies.rayon] version = "1.3" [dependencies.rental] version = "0.5.5" [dependencies.shredder_derive] version = "0.2.0" [dependencies.stable_deref_trait] version = "1.1" [dev-dependencies.paste] version = "1.0" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.trybuild] version = "1.0" [features] default = [] nightly-features = []