# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasmer-emscripten-near" version = "1.0.1" authors = ["Wasmer Engineering Team "] description = "Emscripten implementation library for Wasmer WebAssembly runtime" readme = "README.md" keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"] categories = ["wasm", "os"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [dependencies.byteorder] version = "1.3" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "^0.2" [dependencies.log] version = "0.4" [dependencies.time] version = "0.1" [dependencies.wasmer] version = "1.0.1" default-features = false package = "wasmer-near" [target."cfg(windows)".dependencies.getrandom] version = "0.2"