You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
695 B
32 lines
695 B
[package]
|
|
name = "wasi-preview1-component-adapter"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
wasi = { version = "0.11.0", default-features = false }
|
|
wit-bindgen-rust-macro = { workspace = true }
|
|
byte-array-literals = { workspace = true }
|
|
bitflags = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
wasm-encoder = { workspace = true }
|
|
object = { workspace = true, default-features = false, features = ["archive", "std"] }
|
|
|
|
[lib]
|
|
test = false
|
|
crate-type = ["cdylib"]
|
|
name = "wasi_snapshot_preview1"
|
|
doc = false
|
|
|
|
[features]
|
|
default = ["reactor"]
|
|
reactor = []
|
|
command = []
|
|
proxy = []
|
|
|