[package] name = "cmark-gfm-sys" version = "0.29.0" authors = ["HelloEdit "] description = "Rust's raw bindings of libcmark-gfm" categories = ["external-ffi-bindings", "parser-implementations"] repository = "https://github.com/HelloEdit/rust-cmark-gfm/tree/master/cmark-gfm-sys" build = "build.rs" license = "MIT" edition = "2018" readme = "README.md" [build-dependencies] cmake = "0.1" bindgen = "0.49"