# 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 = "increasing_heap_allocator" version = "0.1.3" authors = ["Amjad Alsharafi"] description = "A heap allocator framework that can be implemented based on increasing page allocator, usable anywhere." readme = "README.md" keywords = [ "heap", "allocator", "kernel", "os", ] categories = [ "no-std", "kernel", "os", ] license = "MIT" repository = "https://github.com/Amjad50/OS" [dependencies.alloc] version = "1.0.0" optional = true package = "rustc-std-workspace-alloc" [dependencies.compiler_builtins] version = "0.1.2" optional = true [dependencies.core] version = "1.0.0" optional = true package = "rustc-std-workspace-core" [features] rustc-dep-of-std = [ "core", "compiler_builtins", "compiler_builtins/mem", "alloc", ]