rsmount 0.2.2

Safe Rust wrapper around the `util-linux/libmount` C library
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"
rust-version = "1.82"
name = "rsmount"
version = "0.2.2"
authors = ["Nick Piaddo <nick.piaddo@protonmail.com>"]
build = "build.rs"
exclude = [
    "web-snapshots/*",
    "test_harness/*",
    "scripts/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper around the `util-linux/libmount` C library"
homepage = "https://github.com/nickpiaddo/rsmount"
documentation = "https://docs.rs/rsmount"
readme = "README.md"
keywords = [
    "libmount",
    "mount",
    "util-linux",
    "wrapper",
]
categories = ["api-bindings"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nickpiaddo/rsmount"

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

[dependencies.embed-doc-image]
version = "0.1.4"

[dependencies.enum-iterator]
version = "2.3.0"

[dependencies.libc]
version = "0.2.183"

[dependencies.libmount]
version = "0.2.0"
package = "rsmount-sys"

[dependencies.log]
version = "0.4.29"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rsblkid]
version = "0.4.1"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.typed-builder]
version = "0.19.1"

[dev-dependencies.inside-vm]
version = "0.2.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.xz2]
version = "0.1.7"

[build-dependencies.pkg-config]
version = "0.3.32"