[package] name = "c_macros" version = "0.1.1" # remember to change html_root_url authors = ["NonNullableName "] edition = "2018" license = "Unlicense" readme = "README.md" description = "A bunch of macros useful for interfacing with C code" repository = "https://github.com/NonNullableName/c_macros" keywords = ["C","ffi","macros","CStr","CString"] [dependencies] col_macros = { version = "0.1", features = ["owned_slice"] } [lib] proc-macro = true