# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "getopt" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee1289e6cb1ae7c28a9b9776bd599f8afb31c20965ff257a8ea20eaa4da5e3c7" [[package]] name = "libc" version = "0.2.144" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" [[package]] name = "mnt" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1587ebb20a5b04738f16cffa7e2526f1b8496b84f92920facd518362ff1559eb" dependencies = [ "libc", ] [[package]] name = "mntdf" version = "0.1.1" dependencies = [ "getopt", "libc", "mnt", ]