# 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 = "2018" name = "wasmer-vfs" version = "3.1.1" authors = ["Wasmer Engineering Team "] description = "Wasmer Virtual FileSystem" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.libc] version = "^0.2" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.slab] version = "0.4" optional = true [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.typetag] version = "0.1" optional = true [dependencies.webc] version = "3.0.1" optional = true [features] default = [ "host-fs", "mem-fs", "webc-fs", "static-fs", ] enable-serde = [ "serde", "typetag", ] host-fs = ["libc"] mem-fs = ["slab"] no-time = [] static-fs = [ "webc", "anyhow", "mem-fs", ] webc-fs = [ "webc", "anyhow", ]