# 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 = "gpt-partition" version = "0.1.2" authors = ["funh2029 "] description = "GptPartitionCursor implements the Read + Write + Seek + Debug. It's used for backing up or restoring partition images, such as in embedded upgrades." readme = "README.md" keywords = [ "reader", "writer", "partition", "GPT", "GptPartition", ] license = "LGPL-3.0" repository = "https://github.com/rust-org/lib-gpt-partition" [[example]] name = "info" path = "examples/info.rs" [dependencies.crc32fast] version = "^1.0.0" optional = true [dependencies.gpt] version = "^3.0.0" [dependencies.libc] version = ">=0" optional = true [dependencies.log] version = ">=0" optional = true [features] gpt_header_fixup = [ "crc32fast", "log", "libc", ]