shell-quote 0.7.2

A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script.
Documentation
[dependencies.bstr]
optional = true
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "^0.5.1"

[dev-dependencies.lenient_semver]
version = "0.4.2"

[dev-dependencies.semver]
version = "1.0.23"

[dev-dependencies.test-case]
version = "3.3.1"

[features]
bash = []
default = ["bstr", "bash", "sh", "fish"]
fish = []
sh = []

[lib]
name = "shell_quote"
path = "src/lib.rs"

[package]
authors = ["Gavin Panella <gavin@allenap.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "filesystem"]
description = "A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script."
edition = "2021"
homepage = "https://github.com/allenap/shell-quote"
include = ["LICENSE", "README.md", "src/**/*.rs"]
keywords = ["bash", "dash", "fish", "zsh", "escape"]
license = "Apache-2.0"
name = "shell-quote"
readme = "README.md"
repository = "https://github.com/allenap/shell-quote"
version = "0.7.2"