[package] name = "strng" version = "0.2.2" authors = ["M Farkas-Dyck "] edition = "2018" license = "MIT OR Apache-2.0" description = "Owned UTF-8 string" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "string" [dependencies] containers = "0.9"