quotemeta 0.1.2

Shell-quoting, à la Perl's `quotemeta` function.
Documentation
[package]
name = "quotemeta"
version = "0.1.2"
authors = ["Peter Corlett <abuse@cabal.org.uk>"]
edition = "2021"

categories = ["command-line-utilities"]
description = "Shell-quoting, à la Perl's `quotemeta` function."
keywords = ["cli"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/mooli/quotemeta-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
default = [
# "clippy-insane"
]

#### The public features:
## Enable all clippy lints which aren't broken or annoying. It's fine to leave this enabled, but
## it's mostly for my own benefit.
clippy-insane = []

[dependencies]