# 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.60.0" name = "zffacquire" version = "2.0.0-beta.0" authors = ["ph0llux "] publish = true description = "A command line utility for acquiring data into the forensic format Zff." homepage = "https://zff.dev" readme = "README.md" keywords = [ "forensics", "security", "acquisition", "file-format", "file", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zff-team/zffacquire" [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = "symbols" [[bin]] name = "zffacquire" path = "src/bin/main.rs" test = true bench = true [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.ed25519-dalek] version = "2.0.0" features = [ "rand_core", "digest", ] [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.6" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.zff] version = "3.0.0-beta.0" features = ["log"]