1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13rust-version = "1.46.0" 14name = "shlex" 15version = "1.3.0" 16authors = [ 17 "comex <comexk@gmail.com>", 18 "Fenhl <fenhl@fenhl.net>", 19 "Adrian Taylor <adetaylor@chromium.org>", 20 "Alex Touchet <alextouchet@outlook.com>", 21 "Daniel Parks <dp+git@oxidized.org>", 22 "Garrett Berg <googberg@gmail.com>", 23] 24description = "Split a string into shell words, like Python's shlex." 25readme = "README.md" 26categories = [ 27 "command-line-interface", 28 "parser-implementations", 29] 30license = "MIT OR Apache-2.0" 31repository = "https://github.com/comex/rust-shlex" 32 33[features] 34default = ["std"] 35std = [] 36