Revision control

Copy as Markdown

Other Tools

[package]
name = "wit-bindgen-rt"
version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
description = """
Runtime support for the `wit-bindgen` crate
"""
[dependencies]
# Optionally re-export the version of bitflags used by wit-bindgen.
bitflags = { workspace = true, optional = true }
futures = { version = "0.3.30", optional = true }
once_cell = { version = "1.19.0", optional = true }
[features]
async = ["dep:futures", "dep:once_cell"]