# 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.65" name = "gpt" version = "4.0.0" authors = [ "Chris Ober ", "Chris Holcombe ", "Luca Bruno ", "Sören Meier ", ] build = false exclude = [ "tests/fixtures", "tests/gpt-real-disk.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A pure-Rust library to work with GPT partition tables." documentation = "https://docs.rs/gpt" readme = "README.md" license = "MIT" repository = "https://github.com/Quyzi/gpt" [lib] name = "gpt" path = "src/lib.rs" [[example]] name = "inspect" path = "examples/inspect.rs" [[test]] name = "gpt" path = "tests/gpt.rs" [[test]] name = "mbr" path = "tests/mbr.rs" [dependencies.bitflags] version = "2.0" [dependencies.crc] version = "3.0" [dependencies.log] version = "0.4.18" optional = true [dependencies.simple-bytes] version = "0.2.13" [dependencies.tracing] version = "0.1.30" optional = true [dependencies.uuid] version = "1.3.4" features = ["v4"] [dev-dependencies.tempfile] version = "3.0" [features] log = ["dep:log"] tracing = ["dep:tracing"]