# 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 = "drives" version = "0.6.0" authors = ["Stefan Rabmund "] description = "Library listing mounted or mountable drives on linux" readme = "crates-io.md" keywords = [ "lib", "linux", "drives", "partitions", "block-devices", ] categories = ["os::linux-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/sorcerersr/drives" [[example]] name = "simple_main" path = "examples/simple_main.rs" [dependencies.gpt] version = "3.1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.tempfile] version = "3"