# 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" rust-version = "1.74" name = "wasmer-emscripten" version = "5.0.0-rc.1" authors = ["Wasmer Engineering Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Emscripten implementation library for Wasmer WebAssembly runtime" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "webassembly", "abi", "emscripten", "posix", ] categories = [ "wasm", "os", ] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] features = ["wasmer/sys"] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "wasmer_emscripten" path = "src/lib.rs" [dependencies.byteorder] version = "1.3" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "^0.2" default-features = true [dependencies.log] version = "0.4" [dependencies.time] version = "0.3" features = [ "std", "formatting", ] [dependencies.wasmer] version = "=5.0.0-rc.1" default-features = false [dependencies.wasmer-types] version = "=5.0.0-rc.1" [features] debug = [] [target."cfg(windows)".dependencies.getrandom] version = "0.2"