# 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" rust-version = "1.63" name = "gptman" version = "1.1.2" authors = ["Cecile Tonglet "] include = [ "src/**/*.rs", "tests/fixtures/*.img", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] description = "Pure Rust library to read and modify GUID partition tables" homepage = "https://github.com/rust-disk-partition-management/gptman" documentation = "https://docs.rs/gptman" readme = "README.md" keywords = [ "gpt", "partition", "table", "filesystem", "disk", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-disk-partition-management/gptman" [lib] name = "gptman" [dependencies.bincode] version = "1.3.1" [dependencies.crc] version = "3.0.0" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] default = ["nix"] [target."cfg(target_os = \"linux\")".dependencies.nix] version = ">= 0.24, < 0.28" features = ["ioctl"] optional = true default-features = false