[package] name = "c_string" version = "0.7.2" edition = "2018" authors = ["Mikhail Zabaluev "] description = "C string helpers for Rust" readme = "README.md" license = "Apache-2.0/MIT" keywords = ["C", "string"] repository = "https://github.com/mzabaluev/rust-c-str.git" [badges] maintenance = { status = "deprecated" } [dependencies] libc = "0.2" [lib] name = "c_string" path = "src/c_str.rs"