[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
authors = ["dylni"]
categories = ["command-line-interface", "no-std", "value-formatting", "wasm"]
description = "Quote strings for clear display in output\n"
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
keywords = ["osstr", "path", "print", "quote", "unprintable"]
license = "MIT OR Apache-2.0"
name = "uniquote"
readme = "README.md"
repository = "https://github.com/dylni/uniquote"
rust-version = "1.52.0"
version = "3.1.1"
[package.metadata.docs.rs]
all-features = true