[package] name = "maybe-string" version = "0.1.0" authors = ["Jakub Pastuszek "] description = "Provides a newtype wrapper that represents a byte vector that may be a valid UTF-8 string" repository = "https://git.sr.ht/~jpastuszek/maybe-string" homepage = "https://sr.ht/~jpastuszek/maybe-string/" documentation = "https://docs.rs/maybe-string" readme = "README.md" keywords = ["utf-8", "container", "string", "bytes"] categories = ["data-structures", "rust-patterns"] license = "MIT" edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive", "std"], optional = true, default-features = false }