sys-mount 3.1.0

High level FFI binding around the sys mount & umount2 calls
Documentation
# 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.1.0"
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[badges.maintenance]
status = "passively-maintained"

[features]
default = ["loop"]
loop = ["loopdev"]

[lib]
name = "sys_mount"
path = "src/lib.rs"

[[example]]
name = "mount"
path = "examples/mount.rs"

[[example]]
name = "umount"
path = "examples/umount.rs"

[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"