vfs-kit 0.2.0

Virtual file systems KIT
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 = "2024"
name = "vfs-kit"
version = "0.2.0"
authors = ["dvshapkin <dvshapkin@mail.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Virtual file systems KIT"
homepage = "https://github.com/dvshapkin/vfs-kit"
documentation = "https://docs.rs/vfs-kit"
readme = "README.md"
keywords = [
    "vfs",
    "virtual-file-system",
    "dir-fs",
    "map-fs",
]
categories = [
    "filesystem",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dvshapkin/vfs-kit"

[lib]
name = "vfs_kit"
path = "src/lib.rs"
doctest = false

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[dependencies.anyhow]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"