wild 2.0.3

Glob (wildcard) expanded command-line arguments on Windows
Documentation
[badges.appveyor]
repository = "pornel/wild"

[badges.gitlab]
repository = "kornelski/wild"
[dev-dependencies.glob]
version = "0.3"

[package]
authors = ["Kornel <kornel@geekhood.net>"]
categories = ["command-line-interface", "os::windows-apis"]
description = "Glob (wildcard) expanded command-line arguments on Windows"
documentation = "https://docs.rs/wild"
edition = "2018"
homepage = "https://crates.rs/crates/wild"
include = ["/src/*.rs", "/Cargo.toml", "/LICENSE", "/README.md"]
keywords = ["wildcards", "glob", "windows", "shell", "CommandLineToArgvW"]
license = "Apache-2.0 OR MIT"
name = "wild"
readme = "README.md"
repository = "https://gitlab.com/kornelski/wild"
version = "2.0.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(windows)".dependencies.glob]
version = "0.3"