am-partitions 0.2.0

Pure-Rust partition-table probe (GPT/MBR) and filesystem-magic sniffer.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "am-fs-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39d11cb296ca7e9426a5a8ad63ea7c272400aebfdca978e7baed809058206fc"

[[package]]
name = "am-partitions"
version = "0.2.0"
dependencies = [
 "am-fs-core",
 "crc32fast",
]

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "crc32fast"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
 "cfg-if",
]