# 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-runtime-c-api" version = "0.17.1" authors = ["The Wasmer Engineering Team "] description = "Wasmer C API library" documentation = "https://wasmerio.github.io/wasmer/c/runtime-c-api/" readme = "README.md" keywords = ["wasm", "webassembly", "runtime"] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [lib] crate-type = ["cdylib", "rlib", "staticlib"] [dependencies.libc] version = "0.2.60" [dependencies.wasmer] version = "0.17.1" default-features = false [dependencies.wasmer-emscripten] version = "0.17.1" optional = true [dependencies.wasmer-runtime-core] version = "0.17.1" default-features = false [dependencies.wasmer-wasi] version = "0.17.1" optional = true default-features = false [build-dependencies.cbindgen] version = "0.9" [features] cranelift-backend = ["wasmer/cranelift", "wasmer/default-backend-cranelift"] default = ["cranelift-backend", "wasi"] emscripten = ["wasmer-emscripten"] llvm-backend = ["wasmer/llvm", "wasmer/default-backend-llvm"] singlepass-backend = ["wasmer/singlepass", "wasmer/default-backend-singlepass"] wasi = ["wasmer-wasi"]