# 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 = "filesystem-kind" version = "0.2.0" authors = ["Ryan Avella"] description = "Query the filesystem that a file resides on." homepage = "https://github.com/ryanavella/filesystem-kind-rs" documentation = "https://docs.rs/filesystem-kind" readme = "README.md" keywords = [ "file", "file-system", "filesystem", "system", ] categories = ["filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/ryanavella/filesystem-kind-rs" [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.walkdir] version = "2" [target."cfg(unix)".dependencies.libc] version = "0.2.139" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "fileapi", "std", ]