# 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 = "free-list" version = "0.3.1" authors = ["Martin Kröning "] description = "A free-list-based page/frame allocator." readme = "README.md" keywords = [ "allocator", "page", "frame", "memory", "free-list", ] categories = [ "memory-management", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mkroening/free-list" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.align-address] version = "0.3" [dependencies.smallvec] version = "1" features = [ "const_new", "const_generics", "union", ] [features] x86_64 = ["dep:x86_64"] [target."cfg(target_arch = \"x86_64\")".dependencies.x86_64] version = "0.15" optional = true default-features = false