# 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 = "slab_allocator_rs" version = "1.0.2" authors = ["axriosn "] description = "Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and a buddy system allocator for blocks larger than 4096 bytes. Updated to latest nightly rust" readme = "README.md" keywords = [ "slab", "allocator", "no_std", "heap", "kernel", ] categories = [ "no-std", "memory-management", ] license = "MIT" repository = "https://github.com/arioz0330/slab_allocator" [dependencies.buddy_system_allocator] version = "0.9.0" [dependencies.spin] version = "0.9.4"