# 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.67.1" name = "zffmount" version = "2.0.0-beta.0" publish = true description = "A command line utility to mount a zff container using FUSE." homepage = "https://zff.dev" readme = "README.md" keywords = [ "forensics", "security", "file-format", "file", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zff-team/zffmount" [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = 0 panic = "unwind" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.dialoguer] version = "0.11" [dependencies.env_logger] version = "0.10.1" [dependencies.fuser] version = "0.14.0" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "0.2.102" [dependencies.log] version = "0.4.6" [dependencies.nix] version = "0.27.1" features = ["user"] [dependencies.redb] version = "1.0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.signal-hook] version = "0.3.13" [dependencies.time] version = "0.3.4" features = ["formatting"] [dependencies.toml] version = "0.8.8" [dependencies.walkdir] version = "2.3.2" [dependencies.zff] version = "3.0.0-beta.0" features = ["log"]