# 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 = "blkid-rs" version = "0.3.0" authors = ["Vladimir Lushnikov "] description = "Rust implementation of blkid for LUKS volumes" homepage = "https://gitlab.com/solidninja/cryptsetup-rs" license = "LGPL-3.0" resolver = "2" [lib] name = "blkid_rs" [dependencies.byteorder] version = "1.4.3" [dependencies.either] version = "1.8.0" [dependencies.uuid] version = "1.1.2" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.tempdir] version = "0.3.7"