# 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 = "2021" rust-version = "1.58.1" name = "zffanalyze" version = "1.0.0" authors = ["ph0llux "] publish = true description = "A command line utility to analyze zff files." homepage = "https://github.com/ph0llux/zffanalyze" keywords = [ "forensics", "security", "file-format", "file", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ph0llux/zffanalyze" resolver = "2" [[bin]] name = "zffanalyze" path = "src/bin/main.rs" test = true bench = true [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.1.10" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.4" features = ["formatting"] [dependencies.toml] version = "0.5.8" [dependencies.zff] version = "2.0.0"