mft 0.2.0

A Fast (and safe) parser for the Windows Master File Table (MFT) format
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]
edition = "2018"
name = "mft"
version = "0.2.0"
authors = ["Omer Ben-Amram <omerbenamram@gmail.com>"]
description = "A Fast (and safe) parser for the Windows Master File Table (MFT) format"
homepage = "https://github.com/omerbenamram/mft"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/omerbenamram/mft"

[[bin]]
name = "mft_dump"

[[bench]]
name = "benchmark"
path = "./src/benches/benchmark.rs"
harness = false
[dependencies.bitflags]
version = "1.0.4"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.cached]
version = "0.8.0"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.clap]
version = "2.33.0"

[dependencies.csv]
version = "1.0.7"

[dependencies.encoding]
version = "0.2.33"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.itertools]
version = "0.8.0"

[dependencies.log]
version = "0.4.6"
features = ["release_max_level_debug"]

[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0.91"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.39"

[dependencies.snafu]
version = "0.4.1"
features = ["backtraces", "rust_1_30"]

[dependencies.winstructs]
version = "0.1.1"
[dev-dependencies.criterion]
version = "0.2"