# 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 = "dir-view" version = "0.3.0" authors = ["Dan Gohman "] exclude = ["/.*"] description = "Views of cap-std's Dir" documentation = "https://docs.rs/dir-view" readme = "README.md" keywords = [ "api", "file", ] categories = ["filesystem"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/dir-view" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg=doc_cfg"] [dependencies.camino] version = "1.1.2" optional = true [dependencies.cap-fs-ext] version = "3.0.0" optional = true [dependencies.cap-std] version = "3.0.0" [dev-dependencies.cap-tempfile] version = "3.0.0" [features] default = [] fs_utf8 = [ "cap-std/fs_utf8", "cap-fs-ext/fs_utf8", "camino", ] [target."cfg(unix)".dependencies.rustix] version = "0.38.0" [target."cfg(windows)".dependencies.cap-primitives] version = "3.0.0"