fskit 0.2.0

Abstractions for building read-only sans-io abstractions VFS
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 = "fskit"
version = "0.2.0"
authors = ["Lander Brandt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstractions for building read-only sans-io abstractions VFS"
documentation = "https://docs.rs/fskit"
readme = "README.md"
license = "MIT"
repository = "https://github.com/landaire/fskit"

[features]
async-vfs = [
    "vfs",
    "vfs/async-vfs",
    "dep:async-trait",
    "dep:futures",
]
default = []
jiff = ["dep:jiff"]
vfs = ["dep:vfs"]

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

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.jiff]
version = "0.2"
optional = true

[dependencies.vfs]
version = "0.13"
optional = true