# 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 = "vfs" version = "0.12.0" authors = ["Manuel Woelker "] description = "A virtual filesystem for Rust" readme = "README.md" keywords = [ "vfs", "virtual", "filesystem", "async", ] license = "Apache-2.0" repository = "https://github.com/manuel-woelker/rust-vfs" [package.metadata.docs.rs] features = [ "embedded-fs", "async-vfs", ] [dependencies.async-recursion] version = "1.0.5" optional = true [dependencies.async-std] version = "1.12.0" optional = true [dependencies.async-trait] version = "0.1.73" optional = true [dependencies.camino] version = "1.0.5" optional = true [dependencies.filetime] version = "0.2.23" [dependencies.futures] version = "0.3.28" optional = true [dependencies.rust-embed] version = "8.0.*" optional = true [dependencies.tokio] version = "1.29.0" features = [ "macros", "rt", ] optional = true [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.camino] version = "1.0.5" [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.uuid] version = "=0.8.1" features = ["v4"] [features] async-vfs = [ "tokio", "async-std", "async-trait", "futures", "async-recursion", ] embedded-fs = ["rust-embed"] export-test-macros = ["camino"] [badges.travis-ci] branch = "master" repository = "manuel-woelker/rust-vfs"