virtual-filesystem 0.2.3

A virtual filesystem implemented in Rust.
Documentation
# 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.3"
authors = ["Andrew Buck <mrelectrify@warsaw-revamped.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "virtual_filesystem"
path = "src/lib.rs"

[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"