[package]
edition = "2021"
name = "fidius-wit"
version = "0.5.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WIT generation for the Fidius WASM backend: maps Rust interface types (incl. #[derive(WitType)] structs/enums) to WIT records/variants, and emits the generated↔author conversions. Shared by fidius-macro, the build helper, and the CLI."
readme = false
license = "Apache-2.0"
repository = "https://github.com/colliery-io/fidius"
[lib]
name = "fidius_wit"
path = "src/lib.rs"
[[test]]
name = "proptest_wit"
path = "tests/proptest_wit.rs"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.wit-parser]
version = "0.236"