# 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 = "virtual-filesystem" version = "0.2.1" authors = ["Andrew Buck "] description = "A virtual filesystem implemented in Rust." documentation = "https://docs.rs/crate/virtual-filesystem" readme = "README.md" keywords = [ "vfs", "filesystem", "virtual", "memory", ] license-file = "LICENSE" repository = "https://github.com/MrElectrify/virtual-fs" [dependencies.duplicate] version = "1.0" [dependencies.enumflags2] version = "0.7" [dependencies.itertools] version = "0.12" [dependencies.mockall] version = "0.12" [dependencies.normalize-path] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.path-slash] version = "0.2" [dependencies.tar] version = "0.4" [dependencies.zip] version = "0.6" [dev-dependencies.xz] version = "0.1"