# 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 = "stupidalloc" version = "0.2.1" authors = ["shadyfennec"] description = "A stupid memory allocator that memory-maps allocations to files." readme = "README.md" keywords = [ "allocator", "memory", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/shadyfennec/stupidalloc" [package.metadata.docs.rs] all-features = true [dependencies.allocator-api2] version = "0.2.16" [dependencies.hashbrown] version = "0.14.3" features = [ "ahash", "inline-more", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.memmap2] version = "0.7.1" [dependencies.minifb] version = "0.25" optional = true [dependencies.native-dialog] version = "0.6.4" features = [ "windows_dpi_awareness", "windows_visual_styles", ] optional = true [features] always-graphics = ["graphics"] graphics = ["minifb"] interactive = ["native-dialog"] logging = []