vfs-host 0.2.3

Host trait implementation for VFS adapter - enables multiple applications to share a single VFS instance
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 = "vfs-host"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host trait implementation for VFS adapter - enables multiple applications to share a single VFS instance"
readme = "README.md"
keywords = [
    "wasm",
    "filesystem",
    "wasi",
    "wasmtime",
    "vfs",
]
categories = [
    "wasm",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/ternbusty/monaka-fs"
resolver = "3"

[features]
default = []
external-mutex = []
s3-sync = [
    "dep:vfs-sync-host",
    "dep:tokio",
]

[lib]
name = "vfs_host"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bytes]
version = "1.9"

[dependencies.fs-core]
version = "0.2.3"
features = ["thread-safe"]

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "sync",
]
optional = true

[dependencies.vfs-sync-host]
version = "0.2.3"
optional = true

[dependencies.wasmtime]
version = "27.0.0"

[dependencies.wasmtime-wasi]
version = "27.0.0"