/ Cargo.toml
Cargo.toml
1 [package] 2 name = "cbuffer" 3 version = "0.3.1" 4 authors = ["Christian Thäter <ct@pipapo.org>"] 5 edition = "2018" 6 description = "Low level interface to C-API's that expect a pointer/size reference to a buffer" 7 license = "MIT OR Apache-2.0" 8 repository = "https://github.com/cehteh/cbuffer.git" 9 keywords = ["libc", "ffi"] 10 11 [dependencies] 12 libc = "0.2" 13 uninit = "0.4" 14 15 [badges] 16 maintenance = { status = "actively-developed" }