[package] authors = ["Alex Crichton "] description = "wit-bindgen rust implementation" edition = "2018" license = "Apache-2.0" name = "cosmian-wit-bindgen-rust-impl" version = "0.1.1" [lib] doctest = false proc-macro = true test = false [dependencies] cosmian-wit-bindgen-gen-core = {path = "../gen-core", version = "0.1"} cosmian-wit-bindgen-gen-rust-wasm = {path = "../gen-rust-wasm", version = "0.1"} proc-macro2 = "1.0" syn = "1.0" [features] witx-compat = ['cosmian-wit-bindgen-gen-core/witx-compat']