# 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 = "wasmtime-wasi-c" version = "0.10.0" authors = ["The Cranelift Project Developers"] description = "WASI API support for Wasmtime" readme = "README.md" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [lib] test = false doctest = false doc = false [dependencies.cranelift-codegen] version = "0.55" features = ["enable-serde"] [dependencies.cranelift-entity] version = "0.55" features = ["enable-serde"] [dependencies.cranelift-wasm] version = "0.55" features = ["enable-serde"] [dependencies.libc] version = "0.2.60" [dependencies.log] version = "0.4.8" default-features = false [dependencies.more-asserts] version = "0.2.1" [dependencies.target-lexicon] version = "0.10.0" [dependencies.wasmtime-environ] version = "0.10.0" [dependencies.wasmtime-jit] version = "0.10.0" [dependencies.wasmtime-runtime] version = "0.10.0" [build-dependencies.bindgen] version = "0.52.0" [build-dependencies.cmake] version = "0.1.35" [badges.maintenance] status = "actively-developed"