[dependencies.comemo]
version = "0.5.0"
[dependencies.ecow]
version = "0.2.6"
[dependencies.indexmap]
version = "2.12.0"
[dependencies.js-sys]
optional = true
version = "^0.3"
[dependencies.log]
version = "0.4"
[dependencies.nohash-hasher]
version = "0.2.0"
[dependencies.parking_lot]
version = "0.12.1"
[dependencies.rpds]
version = "1"
[dependencies.tinymist-std]
default-features = false
features = ["typst"]
version = "0.14.0"
[dependencies.typst]
version = "0.14.0"
[dependencies.wasm-bindgen]
optional = true
version = "^0.2"
[dependencies.web-sys]
features = ["console"]
optional = true
version = "^0.3"
[features]
browser = ["web"]
system = ["tinymist-std/system"]
web = ["wasm-bindgen", "web-sys", "js-sys", "tinymist-std/web"]
[lib]
name = "tinymist_vfs"
path = "src/lib.rs"
[lints.clippy]
missing_safety_doc = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"
[lints.rust]
missing_docs = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)", "cfg(noop)", "cfg(used_linker)"]
level = "allow"
priority = 0
[lints.rustdoc]
broken_intra_doc_links = "warn"
[package]
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Vfs for tinymist."
edition = "2024"
homepage = "https://github.com/Myriad-Dreamin/tinymist"
license = "Apache-2.0"
name = "tinymist-vfs"
readme = "README.md"
repository = "https://github.com/Myriad-Dreamin/tinymist"
resolver = "2"
version = "0.14.0"