[package] name = "userspace-paging" version = "0.0.1" edition = "2021" license = "Apache-2.0" homepage = "https://www.hyperbolic.xyz/" description = "Enable paged virtual memory in user space on *nix platforms" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = { version = "0.27.1", features = ["mman", "signal", "feature"]} parking_lot = "0.12.1" [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3.1"