# 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.72" name = "rsmount" version = "0.1.0" authors = ["Nick Piaddo "] exclude = [ "web-snapshots/*", "test_harness/*", "scripts/*", ] 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" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.enum-iterator] version = "2.1.0" [dependencies.libc] version = "0.2.153" [dependencies.libmount] version = "0.2.0" package = "rsmount-sys" [dependencies.log] version = "0.4.21" [dependencies.num_enum] version = "0.7.3" [dependencies.once_cell] version = "1.19.0" [dependencies.paste] version = "1.0.15" [dependencies.rsblkid] version = "0.3.1" [dependencies.thiserror] version = "1.0.57" [dependencies.typed-builder] version = "0.19.1" [dev-dependencies.inside-vm] version = "0.2.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.xz2] version = "0.1.7" [build-dependencies.pkg-config] version = "0.3.30"