[dependencies.thiserror]
version = "1.0"
[dependencies.unicode_categories]
version = "0.1.1"
[dev-dependencies.quickcheck]
version = "0.9"
[dev-dependencies.quickcheck_macros]
version = "0.9"
[features]
unsafe_tests = []
[package]
authors = ["Euan Kemp <euank@euank.com>"]
description = "Escape and unescape strings with shell-inspired quoting"
edition = "2018"
homepage = "https://github.com/euank/snailquote"
keywords = ["quote", "escape", "shell-escape", "unescape"]
license = "GPL-3.0-only"
name = "snailquote"
readme = "README.md"
repository = "https://github.com/euank/snailquote"
version = "0.3.1"