Skip to content

Commit

Permalink
Standardize Cargo files of all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 13, 2020
1 parent cad7d86 commit 2cd1221
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "wasmer-workspace"
version = "1.0.0-alpha02.0"
description = "Wasmer workspace"
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer workspace"
license = "MIT"
edition = "2018"
publish = false
Expand Down
6 changes: 4 additions & 2 deletions lib/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "wasmer"
version = "1.0.0-alpha02.0"
description = "High-performant WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "runtime", "vm"]
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Wasmer runtime API"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "wasmer-c-api"
version = "1.0.0-alpha02.0"
description = "Wasmer C API library"
categories = ["wasm", "api-bindings"]
keywords = ["wasm", "webassembly", "runtime"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
documentation = "https://wasmerio.github.io/wasmer/c-api/"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "runtime"]
categories = ["wasm"]
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-cache"
version = "1.0.0-alpha02.0"
description = "Cache system for WebAssembly"
license = "MIT"
description = "Cache system for Wasmer WebAssembly runtime"
categories = ["wasm", "caching"]
keywords = ["wasm", "webassembly", "cache"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
categories = ["wasm"]
keywords = ["webassembly", "wasm", "cache"]
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
11 changes: 3 additions & 8 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[package]
name = "wasmer-cli"
version = "1.0.0-alpha02.0"
description = "Wasmer CLI"
categories = ["wasm", "command-line-interface"]
keywords = ["wasm", "webassembly", "cli"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer CLI"
license = "MIT"
include = [
"src/**/*",
"Cargo.lock",
"Cargo.toml",
"LICENSE",
"README.md"
]
readme = "README.md"
edition = "2018"
default-run = "wasmer"
Expand Down
8 changes: 4 additions & 4 deletions lib/compiler-cranelift/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "wasmer-compiler-cranelift"
version = "1.0.0-alpha02.0"
description = "Cranelift compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "cranelift"]
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Standalone environment support for WebAsssembly code in Cranelift"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
documentation = "https://docs.rs/wasmer-compiler-cranelift/"
categories = ["wasm"]
keywords = ["webassembly", "wasm", "compiler", "cranelift"]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition = "2018"

Expand Down
9 changes: 5 additions & 4 deletions lib/compiler-llvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "wasmer-compiler-llvm"
version = "1.0.0-alpha02.0"
license = "MIT"
description = "LLVM compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "llvm"]
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "LLVM compiler backend for the Wasmer Wasm runtime"
repository = "https://github.com/wasmerio/wasmer"
keywords = ["webassembly", "wasm", "compiler", "llvm"]
categories = ["wasm"]
documentation = "https://docs.rs/wasmer-compiler-llvm/"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/compiler-singlepass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "wasmer-compiler-singlepass"
version = "1.0.0-alpha02.0"
description = "Singlepass compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Standalone environment support for WebAsssembly code in Singlepass"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
documentation = "https://docs.rs/wasmer-compiler-singlepass/"
categories = ["wasm"]
keywords = ["webassembly", "wasm", "compiler", "singlepass"]
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-compiler"
version = "1.0.0-alpha02.0"
description = "Base compiler abstraction for WebAssembly"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
description = "Base compiler abstraction for Wasmer WebAssembly runtime"
categories = ["wasm", "no-std"]
keywords = ["wasm", "webassembly", "compiler"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
categories = ["no-std", "wasm"]
keywords = ["webassembly", "wasm", "compiler"]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions lib/deprecated/runtime-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-runtime-core"
version = "0.18.0"
description = "Wasmer runtime core library"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "runtime"]
description = "Wasmer runtime core library (deprecated in favor of wasmer crate)"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "runtime"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions lib/deprecated/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-runtime"
version = "0.18.0"
description = "Wasmer runtime library"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "runtime", "sandbox", "secure"]
description = "Wasmer runtime library (deprecated in favor of wasmer crate)"
categories = ["wasm", "api-bindings"]
keywords = ["wasm", "webassembly", "runtime"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions lib/emscripten/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-emscripten"
version = "1.0.0-alpha02.0"
description = "Wasmer runtime emscripten implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
description = "Emscripten implementation library for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "ABI", "emscripten", "posix"]
categories = ["wasm"]
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions lib/engine-jit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-engine-jit"
version = "1.0.0-alpha02.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Wasmer JIT Engine"
license = "MIT OR Apache-2.0 WITH LLVM-exception "
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly", "engine", "jit"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception "
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/engine-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-engine-native"
version = "1.0.0-alpha02.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Wasmer JIT Engine"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
description = "Wasmer Native Engine"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly", "engine", "native"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions lib/engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-engine"
version = "1.0.0-alpha02.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Wasmer Engine abstraction"
license = "MIT OR Apache-2.0 WITH LLVM-exception "
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly", "engine"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception "
readme = "README.md"
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions lib/object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-object"
version = "1.0.0-alpha02.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Wasmer Native Object generator"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions lib/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-vm"
version = "1.0.0-alpha02.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
description = "Runtime library support for Wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition = "2018"

Expand Down
9 changes: 5 additions & 4 deletions lib/wasi-experimental-io-devices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "wasmer-wasi-experimental-io-devices"
version = "1.0.0-alpha02.0"
description = "An experimental non-standard WASI extension for graphics"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "types"]
authors = ["Wasmer Engineering Team <[email protected]>"]
edition = "2018"
repository = "https://github.com/wasmerio/wasmer"
publish = true
description = "An experimental non-standard WASI extension for graphics"
readme = "README.md"
license = "MIT"
readme = "README.md"
edition = "2018"

[badges]
maintenance = { status = "experimental" }
Expand Down
8 changes: 4 additions & 4 deletions lib/wasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasmer-wasi"
version = "1.0.0-alpha02.0"
description = "Wasmer runtime WASI implementation library"
license = "MIT"
description = "WASI implementation library for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
categories = ["wasm"]
license = "MIT"
readme = "README.md"
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions lib/wasmer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name = "wasmer-types"
version = "1.0.0-alpha02.0"
description = "Wasmer Common Types"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "no-std", "data-structures"]
keywords = ["wasm", "webassembly", "types"]
authors = ["Wasmer Engineering Team <[email protected]>"]
repository = "https://github.com/wasmerio/wasmer"
categories = ["no-std", "wasm"]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
readme = "README.md"
keywords = ["webassembly", "wasm", "types"]
edition = "2018"

[dependencies]
# We use `cranelift-entity` here because it's a light-weight dependency and it contains
# We use `cranelift-entity` here because it's a lightweight dependency and it contains
# some useful data structures
cranelift-entity = "0.65"
serde = { version = "1.0", features = ["derive"], optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Wasmer Engineering Team <[email protected]>"]
description = "wast testing support for wasmer"
license = "MIT OR (Apache-2.0 WITH LLVM-exception)"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
keywords = ["wasm", "webassembly"]
repository = "https://github.com/wasmerio/wasmer"
readme = "README.md"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tests/wasi-wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wasi-test-generator"
version = "0.17.0"
description = "Tests for our WASI implementation"
license = "MIT"
authors = ["The Wasmer Engineering Team <[email protected]>"]
authors = ["Wasmer Engineering Team <[email protected]>"]
edition = "2018"
publish = false

Expand Down

0 comments on commit 2cd1221

Please sign in to comment.