[package] name = "deno_bindgen_ir" version = "0.1.0" description = "This tool aims to simplify glue code generation for Deno FFI libraries written in Rust." documentation = "https://docs.rs/deno_bindgen" homepage = "https://github.com/denoland/deno_bindgen" repository = "https://github.com/denoland/deno_bindgen" keywords = ["deno", "ffi", "bindgen", "bindings", "macro"] categories = ["development-tools::ffi", "development-tools"] readme = "../README.md" license = "MIT" edition = "2021" [lib] path = "./lib.rs" [dependencies] quote = "1.0" proc-macro2 = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] }