# 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 = "mft2bodyfile" version = "0.8.0" authors = ["Jan Starke "] description = "parses an $MFT file to bodyfile (stdout)" homepage = "https://www.github.com/janstarke/mft2bodyfile" readme = "README.md" license-file = "LICENSE" [lib] name = "libmft2bodyfile" path = "src/lib.rs" [[bin]] name = "mft2bodyfile" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.bodyfile] version = "0.1" [dependencies.buf_stream_reader] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.flate2] version = "1.0.22" optional = true [dependencies.indicatif] version = "0.16" [dependencies.likely_stable] version = "0.1.2" [dependencies.log] version = "0.4.14" [dependencies.mft] version = "0.6" [dependencies.num] version = "0.4.0" [dependencies.simplelog] version = "0.12.0" [dependencies.usnjrnl] version = ">=0.4.4" [dependencies.winstructs] version = "0.3.0" [dev-dependencies.more-asserts] version = "0.3" [features] default = ["gzip"] gzip = ["flate2"]