# 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] name = "wasm-core" version = "0.2.15" authors = ["losfair "] description = "Portable WebAssembly implementation" readme = "README.md" keywords = ["wasm", "webassembly"] license = "LGPL-3.0" repository = "https://github.com/losfair/wasm-core" [dependencies.bincode] version = "1.0.0" optional = true [dependencies.bincode-no-std] version = "1.0.0" optional = true [dependencies.byteorder] version = "1" default-features = false [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" optional = true [dependencies.llvm-sys] version = "60.0" optional = true [dependencies.parity-wasm] version = "0.27.2" optional = true [dependencies.serde] version = "1" default-features = false [dependencies.serde_derive] version = "1" default-features = false [dependencies.smallvec] version = "0.6" optional = true [features] debug = [] default = ["std"] jit = ["std", "llvm-sys", "smallvec", "libc"] no_std = ["bincode-no-std"] std = ["bincode"] trans = ["std", "parity-wasm"]