# 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 = "2021" name = "rsgc" version = "1.1.0" authors = ["Adel Prokurov "] description = "Concurrent GC library for Rust" readme = "README.md" keywords = [ "gc", "concurrent", ] license = "BSD-2-Clause" repository = "https://github.com/playxe/rsgc" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "rsgc" crate-type = [ "cdylib", "rlib", "staticlib", ] [dependencies.atomic] version = "0.5" [dependencies.cfg-if] version = "1.0" [dependencies.crossbeam-deque] version = "0.8" [dependencies.crossbeam-queue] version = "0.3" [dependencies.env_logger] version = "0.10" [dependencies.errno] version = "0.3" [dependencies.error-code] version = "2.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memoffset] version = "0.9" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.13" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.parking_lot_core] version = "0.9" [dependencies.paste] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.scoped-thread-pool] version = "1.0" [dependencies.thread_local] version = "1.1" [features] conditional-safepoint = [] default = ["gc-satb"] gc-incremental-update = [] gc-passive = [] gc-satb = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "memoryapi", "winnt", "sysinfoapi", "minwinbase", "errhandlingapi", "excpt", "minwindef", ]