# 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 = "rslab" version = "0.2.1" authors = ["chenlinfeng "] description = "A slab allocator for Rust" documentation = "https://docs.rs/rslab" readme = "README.md" keywords = [ "slab", "allocator", "os", "no_std", "no_alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/os-module/rslab" [profile.release] lto = true codegen-units = 1 [dependencies.bitflags] version = "1.3.2" [dependencies.doubly-linked-list] version = "0.2.0" [dependencies.log] version = "0.4.14" [dependencies.preprint] version = "0.1.0" [dependencies.spin] version = "0.9.2" [dev-dependencies.average] version = "0.13.1" [dev-dependencies.buddy_system_allocator] version = "0.8.0" [dev-dependencies.core_affinity] version = "0.5.10" [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"