[dev-dependencies.doc-comment]
version = "0.3.3"
[features]
default = ["std"]
std = []
[package]
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
categories = ["command-line-interface"]
description = "Library to split string into command line arguments mirroring CommandLineToArgV with VC++ 2008 parsing rules"
edition = "2021"
homepage = "https://github.com/chipsenkbeil/winsplit-rs"
keywords = ["split", "windows", "shell", "quote", "words"]
license = "MIT OR Apache-2.0"
name = "winsplit"
readme = "README.md"
repository = "https://github.com/chipsenkbeil/winsplit-rs"
resolver = "2"
version = "0.1.0"