[package] authors = ["Yvan Sraka "] description = "Handy macro to generate C-FFI bindings from Rust to Haskell" edition = "2021" license = "MIT OR Apache-2.0" name = "hs-bindgen-derive" repository = "https://github.com/yvan-sraka/hs-bindgen-derive" rust-version = "1.64.0" version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies]