# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "redox-buffer-pool" version = "0.5.2" authors = ["4lDO2 <4lDO2@protonmail.com>"] exclude = ["target"] description = "A buffer pool library for Redox, featuring a general-purpose 32-bit allocator" homepage = "https://redox-os.org/" documentation = "https://docs.rs/redox-buffer-pool" readme = "README.md" keywords = ["redox", "buffer-pool"] categories = ["data-structures", "memory-management"] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/redox-buffer-pool.git" [dependencies.guard-trait] version = "0.4" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.11" features = ["nightly"] optional = true [dependencies.redox_syscall] version = "0.2" optional = true [dependencies.spinning] version = "0.1" optional = true [dev-dependencies.parking_lot] version = "0.11" features = ["nightly"] [dev-dependencies.rand] version = "0.8" [features] default = ["std"] redox = ["redox_syscall"] std = ["parking_lot"]