[package] name = "lanyard" version = "0.1.3" edition = "2021" authors = ["Melody Madeline Lyons "] license = "MPL-2.0" keywords = ["ffi", "cstr", "cstring", "string"] categories = ["data-structures"] readme = "README.md" description = "UTF-8 C string types" repository = "https://github.com/Speak2Erase/fmod-oxide" [dependencies] [features] alloc = [] std = ["alloc"] default = ["alloc"]