# 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 = "sys-mount" version = "3.0.1" authors = ["Michael Aaron Murphy "] description = "High level FFI binding around the sys mount & umount2 calls" readme = "README.md" keywords = [ "linux", "sys", "mount", "umount", ] categories = [ "external-ffi-bindings", "filesystem", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pop-os/sys-mount" [dependencies.bitflags] version = "2.4.1" [dependencies.libc] version = "0.2.139" [dependencies.loopdev] version = "0.5.0" optional = true package = "loopdev-3" [dependencies.smart-default] version = "0.7.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tracing] version = "0.1.37" [dev-dependencies.clap] version = "4.1.4" [features] default = ["loop"] loop = ["loopdev"] [badges.maintenance] status = "passively-maintained"