[package] name = "mkswap" version = "0.1.1" edition = "2021" description = "Create a swap file or device in pure Rust." license = "MIT" repository = "https://github.com/grahamc/mkswap" homepage = "https://github.com/grahamc/mkswap" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] page_size = "0.4.2" thiserror = "1" [dependencies.uuid] version = "1.1.2" features = [ "v4", # Lets you generate random UUIDs ] [dev-dependencies] tempfile = "3.3.0" hex-slice = "0.1.4"