forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 666 Bytes
/
Copy pathCargo.toml
File metadata and controls
22 lines (20 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
description = "A WIT test case generator"
documentation = "https://docs.rs/wit-smith"
edition.workspace = true
license.workspace = true
name = "wit-smith"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-smith"
version.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
arbitrary = { workspace = true, features = ["derive"] }
clap = { workspace = true, optional = true }
indexmap = { workspace = true, features = ["std"] }
log = { workspace = true }
semver = { workspace = true }
wit-component = { workspace = true }
wit-parser = { workspace = true }
wasmparser = { workspace = true }