# 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 = "rsblkid" version = "0.3.2" authors = ["Nick Piaddo "] exclude = [ "web-snapshots/*", "test_harness/*", "scripts/*", ] description = "Safe Rust wrapper around the `util-linux/libblkid` C library" homepage = "https://github.com/nickpiaddo/rsblkid" documentation = "https://docs.rs/rsblkid" readme = "README.md" keywords = [ "blkid", "device-topology", "libblkid", "util-linux", "wrapper", ] categories = ["api-bindings"] license = "Apache-2.0 OR MIT" repository = "https://github.com/nickpiaddo/rsblkid" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.enum-iterator] version = "2.1.0" [dependencies.libblkid] version = "0.2.1" package = "rsblkid-sys" [dependencies.libc] version = "0.2.151" [dependencies.log] version = "0.4.20" [dependencies.num_enum] version = "0.7.3" [dependencies.thiserror] version = "1.0.52" [dependencies.typed-builder] version = "0.20.0" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.xz2] version = "0.1.7" [build-dependencies.pkg-config] version = "0.3.30"