# 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 = "wasi-vfs" version = "0.3.0" authors = ["Yuta Saito "] description = "A virtual filesystem layer for WASI" keywords = [ "webassembly", "wasm", "wasi", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/kateinoigakukun/wasi-vfs" resolver = "2" [lib] crate-type = [ "staticlib", "cdylib", ] [dependencies.wasi] version = "0.11.0" [dependencies.wee_alloc] version = "0.4.5" optional = true [build-dependencies.cc] version = "1.0" [features] legacy-wasi-libc = [] module-linking = ["wee_alloc"] trace-syscall = []