Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/wit-bindgen/Cargo.toml
1691 views
1
[package]
2
name = "wasmtime-internal-wit-bindgen"
3
version.workspace = true
4
authors.workspace = true
5
description = "INTERNAL: `*.wit` support for the `wasmtime` crate's macros"
6
license = "Apache-2.0 WITH LLVM-exception"
7
repository = "https://github.com/bytecodealliance/wasmtime"
8
documentation = "https://docs.rs/wasmtime-wit-bindgen/"
9
edition.workspace = true
10
rust-version.workspace = true
11
12
[lints]
13
workspace = true
14
15
[dependencies]
16
anyhow = { workspace = true }
17
heck = { workspace = true }
18
wit-parser = { workspace = true }
19
indexmap = { workspace = true }
20
bitflags = { workspace = true }
21
22
[features]
23
async = []
24
component-model-async = []
25
26