From d4f27dcc919010d8b08fa7d750dd75b9db1beb03 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Aug 2019 17:53:05 -0700 Subject: [PATCH] Update Cargo.toml metadata for publishing. --- misc/wasmtime-py/Cargo.toml | 3 +-- misc/wasmtime-rust/Cargo.toml | 3 ++- misc/wasmtime-rust/macro/Cargo.toml | 4 +++- wasmtime-interface-types/Cargo.toml | 1 - wasmtime-jit/Cargo.toml | 1 - wasmtime-obj/Cargo.toml | 1 - wasmtime-runtime/Cargo.toml | 1 - wasmtime-wasi-c/Cargo.toml | 1 - wasmtime-wasi/Cargo.toml | 1 - wasmtime-wast/Cargo.toml | 1 - 10 files changed, 6 insertions(+), 11 deletions(-) diff --git a/misc/wasmtime-py/Cargo.toml b/misc/wasmtime-py/Cargo.toml index 94c481dc18..3c2d0e2b76 100644 --- a/misc/wasmtime-py/Cargo.toml +++ b/misc/wasmtime-py/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "wasmtime-py" -version = "0.3.0" +version = "0.2.0" authors = ["The Wasmtime Project Developers"] description = "Python extension for Wasmtime" license = "Apache-2.0 WITH LLVM-exception" categories = ["wasm", "python"] edition = "2018" -publish = false [lib] name = "_wasmtime" diff --git a/misc/wasmtime-rust/Cargo.toml b/misc/wasmtime-rust/Cargo.toml index 364665704e..91d1865baf 100644 --- a/misc/wasmtime-rust/Cargo.toml +++ b/misc/wasmtime-rust/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "wasmtime-rust" -version = "0.1.0" +version = "0.2.0" authors = ["Alex Crichton "] edition = "2018" categories = ["wasm", "rust"] license = "Apache-2.0 WITH LLVM-exception" +description = "Rust extension for Wasmtime" [lib] test = false diff --git a/misc/wasmtime-rust/macro/Cargo.toml b/misc/wasmtime-rust/macro/Cargo.toml index f6e8b3a41e..1244fc18ff 100644 --- a/misc/wasmtime-rust/macro/Cargo.toml +++ b/misc/wasmtime-rust/macro/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "wasmtime-rust-macro" -version = "0.1.0" +version = "0.2.0" authors = ["Alex Crichton "] edition = "2018" +license = "Apache-2.0 WITH LLVM-exception" +description = "Macro support crate for wasmtime-rust" [lib] proc-macro = true diff --git a/wasmtime-interface-types/Cargo.toml b/wasmtime-interface-types/Cargo.toml index 10b8f05c4f..42ebd47e38 100644 --- a/wasmtime-interface-types/Cargo.toml +++ b/wasmtime-interface-types/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-interface-types" version = "0.2.0" authors = ["The Wasmtime Project Developers"] -publish = false description = "Support for wasm interface types with wasmtime" categories = ["wasm"] keywords = ["webassembly", "wasm"] diff --git a/wasmtime-jit/Cargo.toml b/wasmtime-jit/Cargo.toml index 5dbd2dec81..266c5ed6c2 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-jit" version = "0.2.0" authors = ["The Wasmtime Project Developers"] -publish = false description = "JIT-style execution for WebAsssembly code in Cranelift" categories = ["wasm"] keywords = ["webassembly", "wasm"] diff --git a/wasmtime-obj/Cargo.toml b/wasmtime-obj/Cargo.toml index 1908503c37..969ca54747 100644 --- a/wasmtime-obj/Cargo.toml +++ b/wasmtime-obj/Cargo.toml @@ -3,7 +3,6 @@ name = "wasmtime-obj" version = "0.2.0" authors = ["The Wasmtime Project Developers"] description = "Native object file output for WebAsssembly code in Wasmtime" -publish = false repository = "https://github.com/CraneStation/wasmtime" categories = ["wasm"] keywords = ["webassembly", "wasm"] diff --git a/wasmtime-runtime/Cargo.toml b/wasmtime-runtime/Cargo.toml index 59f9900b51..baa36adfa7 100644 --- a/wasmtime-runtime/Cargo.toml +++ b/wasmtime-runtime/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-runtime" version = "0.2.0" authors = ["The Wasmtime Project Developers"] -publish = false description = "Runtime library support for Wasmtime" categories = ["wasm"] keywords = ["webassembly", "wasm"] diff --git a/wasmtime-wasi-c/Cargo.toml b/wasmtime-wasi-c/Cargo.toml index 004f728b4b..3b39e038d1 100644 --- a/wasmtime-wasi-c/Cargo.toml +++ b/wasmtime-wasi-c/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-wasi-c" version = "0.2.0" authors = ["The Cranelift Project Developers"] -publish = false description = "WASI API support for Wasmtime" categories = ["wasm"] repository = "https://github.com/CraneStation/wasmtime" diff --git a/wasmtime-wasi/Cargo.toml b/wasmtime-wasi/Cargo.toml index 64a7ea4d3a..9ff5293efd 100644 --- a/wasmtime-wasi/Cargo.toml +++ b/wasmtime-wasi/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-wasi" version = "0.2.0" authors = ["The Cranelift Project Developers"] -publish = false description = "WASI API support for Wasmtime" categories = ["wasm"] repository = "https://github.com/CraneStation/wasmtime" diff --git a/wasmtime-wast/Cargo.toml b/wasmtime-wast/Cargo.toml index 240394622d..4bcfd4122c 100644 --- a/wasmtime-wast/Cargo.toml +++ b/wasmtime-wast/Cargo.toml @@ -2,7 +2,6 @@ name = "wasmtime-wast" version = "0.2.0" authors = ["The Wasmtime Project Developers"] -publish = false description = "wast testing support for wasmtime" categories = ["wasm"] keywords = ["webassembly", "wasm"]