# 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 = "outsource-heap" version = "0.1.2" authors = ["Monadic Cat "] description = "Shoving your heap in random places" readme = "README.md" license = "AGPL-3.0-only" repository = "https://git.catmonad.xyz/Monadic-Cat/outsource-heap" resolver = "2" [dependencies.linked_list_allocator] version = "0.10.1" optional = true default-features = false [dependencies.memmap2] version = "0.5.7" optional = true [dependencies.once_cell] version = "1.13.1" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.unwind_safe] version = "0.1.0" [features] bounded = [] default = [ "file-backed", "bounded", ] file-backed = [ "memmap2", "linked_list_allocator", ]