# 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 = "comet-gc" version = "0.1.3" authors = ["Adel Prokurov "] description = "Garbage collection library for implementing VMs in Rust" readme = "README.md" keywords = ["memory", "gc", "automatic"] license = "MIT" repository = "https://github.com/Starlight-JS/comet" [lib] name = "comet" crate-type = ["rlib", "dylib"] [dependencies.atomic] version = "0.5.0" [dependencies.crossbeam-utils] version = "0.8" [dependencies.libc] version = "0.2.98" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.parking_lot] version = "0.11.1" [target."cfg(not(wasm))".dependencies.memmap2] version = "0.5" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["memoryapi", "winnt", "sysinfoapi", "minwinbase", "errhandlingapi", "excpt", "minwindef", "wincrypt"]