# 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 = "good_memory_allocator" version = "0.1.7" authors = [ "Roee Shoshani", "Guy Nir", ] description = "A blazingly fast and memory efficient memory allocator to be used in `no_std` environments." readme = "README.md" keywords = [ "allocator", "no_std", "malloc", "heap", "kernel", ] categories = [ "memory-management", "no-std", "algorithms", "data-structures", "embedded", ] license = "MIT" repository = "https://github.com/MaderNoob/galloc" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.either] version = "1.8.0" default-features = false [dependencies.spin] version = "0.9.4" optional = true [dev-dependencies.average] version = "0.13.1" [dev-dependencies.linked_list_allocator] version = "0.10.3" features = [ "use_spin_nightly", "const_mut_refs", "alloc_ref", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.simple-chunk-allocator] version = "0.1.5" [dev-dependencies.x86] version = "0.51.0" [features] allocator = ["spin"] default = ["spin"]