# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shell-quote" version = "0.7.1" authors = ["Gavin Panella "] description = "A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script." homepage = "https://github.com/allenap/shell-quote" readme = "README.md" keywords = [ "bash", "dash", "fish", "zsh", "escape", ] categories = [ "encoding", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/allenap/shell-quote" [[bench]] name = "bash" harness = false required-features = ["bash"] [[bench]] name = "sh" harness = false required-features = ["sh"] [[bench]] name = "fish" harness = false required-features = ["fish"] [dependencies.bstr] version = "1" optional = true [dev-dependencies.criterion] version = "^0.5.1" features = ["html_reports"] [dev-dependencies.semver] version = "1.0.23" [dev-dependencies.test-case] version = "3.3.1" [features] bash = [] default = [ "bstr", "bash", "sh", "fish", ] fish = [] sh = []