[package] name = "cstring-interop" version = "0.1.0" authors = ["Nick Mertin "] description = "Code to support calling into C APIs which consume strings" edition = "2018" license = "Apache-2.0" repository = "https://gitlab.com/nickmertin/cstring-interop" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rcstring = "0.2.1" [dependencies.libc] version = "0.2" default-features = false