1[package]
2name = "shlex"
3version = "1.0.0"
4authors = [
5    "comex <comexk@gmail.com>",
6    "Fenhl <fenhl@fenhl.net>"
7]
8license = "MIT OR Apache-2.0"
9repository = "https://github.com/comex/rust-shlex"
10description = """
11Split a string into shell words, like Python's shlex.
12"""
13caegories = [
14    "command-line-interface",
15    "parser-implementations"
16]
17