# 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 = "mkswap" version = "0.1.1" description = "Create a swap file or device in pure Rust." homepage = "https://github.com/grahamc/mkswap" license = "MIT" repository = "https://github.com/grahamc/mkswap" resolver = "2" [dependencies.page_size] version = "0.4.2" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.hex-slice] version = "0.1.4" [dev-dependencies.tempfile] version = "3.3.0"