[package] name = "enquote" version = "1.1.0" authors = ["reujab "] description = "Quotes and unquotes strings" repository = "https://github.com/reujab/enquote" readme = "readme.md" keywords = ["quote", "enquote", "unquote"] categories = ["parser-implementations", "parsing", "value-formatting"] license = "Unlicense" edition = "2018" [dependencies] thiserror = "1.0"