# 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 = "zerogc-simple" version = "0.2.0-alpha.7" authors = ["Techcable "] description = "Lightweight mark/sweep collector for zerogc." readme = "../../README.md" license = "MIT" repository = "https://github.com/DuckLogic/zerogc" [[test]] name = "errors" required-features = ["sync"] [dependencies.inherent] version = "1" [dependencies.once_cell] version = "1.5" optional = true [dependencies.parking_lot] version = "0.11" optional = true [dependencies.slog] version = "2.7" [dependencies.zerogc] version = "0.2.0-alpha.6" [dependencies.zerogc-context] version = "0.2.0-alpha.6" default-features = false [dependencies.zerogc-derive] version = "0.2.0-alpha.6" [dev-dependencies.anyhow] version = "1" [dev-dependencies.rayon] version = "1.3" [dev-dependencies.slog-term] version = "2.6" [dev-dependencies.thiserror] version = "1" [features] default = [ "small-object-arenas", "sync", "multiple-collectors", ] implicit-grey-stack = [] multiple-collectors = [] small-object-arenas = ["once_cell"] sync = [ "zerogc-context/sync", "parking_lot", ]