[package] name = "shell-words" version = "1.1.0" authors = ["Tomasz Miąsko "] license = "MIT/Apache-2.0" repository = "https://github.com/tmiasko/shell-words" description = "Process command line according to parsing rules of UNIX shell" readme = "README.md" keywords = [ "quote", "shell", "split", "unix", "words", ] [features] default = ["std"] std = []