diff --color -Naur wasmtime-0.28.0/crates/c-api/Cargo.toml wasmtime-0.28.0/crates/c-api/Cargo.toml --- wasmtime-0.28.0/crates/c-api/Cargo.toml 2021-06-18 19:12:33.297847497 +0200 +++ wasmtime-0.28.0/crates/c-api/Cargo.toml 2021-06-18 19:13:22.564455723 +0200 @@ -1,6 +1,6 @@ [package] name = "wasmtime-c-api" -version = "0.19.0" +version = "0.28.0" authors = ["The Wasmtime Project Developers"] description = "C API to expose the Wasmtime runtime" license = "Apache-2.0 WITH LLVM-exception" @@ -38,3 +38,8 @@ jitdump = ["wasmtime/jitdump"] cache = ["wasmtime/cache"] wasi = ['wasi-common', 'wasi-cap-std-sync', 'wasmtime-wasi', 'cap-std'] + +[package.metadata.capi.header] +generation = false +[package.metadata.capi.install.include] +asset = [{from = "include/**/*"}, {from = "wasm-c-api/include/*.h"}]