blob: a15352198b8972794a7fc1e942c0d6a13e10dd55 [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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "gpt"
version = "2.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"