# 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 = "disk-name" version = "1.0.0" authors = ["Valentin Piendl"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility crate to get all existing disk names" readme = "README.md" keywords = [ "letter", "disk", "harddrive", "disk-name", "drive", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/ValuONE/disk-name" [lib] name = "disk_name" path = "src/lib.rs" [[test]] name = "benchmark" path = "tests/benchmark.rs" [[test]] name = "find_name" path = "tests/find_name.rs" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.winapi] version = "0.3.9" features = [ "fileapi", "winbase", ]