blob: 02ad14ad3693abd569c5b806450aac32a9b6b51c [file] [log] [blame]
# 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 = "2018"
name = "gpt"
version = "3.0.0"
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."
homepage = "https://github.com/Quyzi/gpt"
documentation = "https://docs.rs/gpt"
license = "MIT"
[dependencies.bitflags]
version = "^1.2"
[dependencies.crc]
version = "^1.8"
[dependencies.log]
version = "^0.4"
[dependencies.uuid]
version = "^0.8"
features = ["v4"]
[dev-dependencies.simplelog]
version = "^0.8"
[dev-dependencies.tempfile]
version = "^3.0"