# 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-wasi-experimental-io-devices" version = "3.0.3" authors = ["Wasmer Engineering Team "] description = "An experimental non-standard WASI extension for graphics" readme = "README.md" keywords = [ "wasm", "webassembly", "types", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" resolver = "2" [dependencies.minifb] version = "0.23" optional = true [dependencies.nix] version = "0.25.0" [dependencies.ref_thread_local] version = "0.1" [dependencies.serde] version = "1" [dependencies.tracing] version = "0.1" [dependencies.typetag] version = "0.1" [dependencies.wasmer-wasi] version = "=3.0.3" default-features = false [features] default = ["wasmer-wasi/default"] enable-serde = ["wasmer-wasi/enable-serde"] link_external_libs = ["minifb"] [badges.maintenance] status = "experimental"