ext4 0.6.0

Read information from EXT4 filesystem images
Documentation
# 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]
name = "ext4"
version = "0.6.0"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
build = "build.rs"
description = "Read information from EXT4 filesystem images"
readme = "README.md"
categories = ["filesystem", "os", "parsing"]
license = "MIT"
repository = "https://github.com/FauxFaux/ext4-rs"
[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.cast]
version = "0.2"

[dependencies.crc]
version = "1"

[dependencies.failure]
version = "0.1"
[dev-dependencies.bootsector]
version = "0.1"
[badges.travis-ci]
repository = "FauxFaux/ext4-rs"