# 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 = "forkheap" version = "0.1.0" description = "An allocator suitable for sharing heaps between forked processes on Linux." license = "MIT OR Apache-2.0" repository = "https://github.com/addisoncrump/forkheap.git" [dependencies.libc] version = "0.2" [dependencies.linked_list_allocator] version = "0.10" features = ["alloc_ref"] default-features = false [dependencies.spin] version = "0.9.8" [dependencies.sysinfo] version = "0.30" default-features = false