gpt 3.1.0

A pure-Rust library to work with GPT partition tables.
Documentation
[dependencies.bitflags]
version = "2.0"

[dependencies.crc]
version = "3.0"

[dependencies.log]
version = "0.4"

[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.simplelog]
version = "0.11"

[dev-dependencies.tempfile]
version = "3.0"

[package]
authors = ["Chris Ober <obercgit@gmail.com>", "Chris Holcombe <xfactor973@gmail.com>", "Luca Bruno <lucab@debian.org>"]
description = "A pure-Rust library to work with GPT partition tables."
documentation = "https://docs.rs/gpt"
edition = "2021"
homepage = "https://github.com/Quyzi/gpt"
license = "MIT"
name = "gpt"
readme = "README.md"
rust-version = "1.60"
version = "3.1.0"