# 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 = "rs-drivelist" version = "0.9.4" authors = ["Mazter Irwan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is basically a Rust implementation of [Balena's drivelist](https://github.com/balena-io-modules/drivelist)" readme = "README.md" keywords = [ "drivelist", "balena", "drive", "list", "filesystem", ] categories = [ "api-bindings", "filesystem", "os::windows-apis", "os::linux-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ir1keren/rs-drivelist.git" [lib] name = "rs_drivelist" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.derivative] version = "2" [dependencies.json] version = "0.12" [target."cfg(unix)".dependencies.regex] version = "1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "setupapi", "winioctl", "windef", "handleapi", "errhandlingapi", "winerror", "cfgmgr32", "handleapi", "fileapi", "ioapiset", "winbase", "processenv", ]