# 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" name = "integrity-scrub" version = "0.6.4" authors = ["Mikael Voss "] description = "Scrub dm-integrity volumes" readme = "README.md" keywords = [ "linux", "utility", "system", ] categories = ["command-line-utilities"] license = "MirOS" repository = "https://github.com/illdefined/integrity-scrub" [profile.release] lto = "thin" [dependencies.bytesize] version = "1.3" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.ioprio] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.28" features = ["ioctl"] [dependencies.sensitive] version = "0.10" default-features = false