clio 0.2.3

A library for parsing CLI file names
Documentation
[dependencies.clap]
features = ["derive"]
optional = true
version = "3.2.1"

[dependencies.curl]
optional = true
version = "0.4"

[dependencies.pipe]
optional = true
version = "0.4"

[dependencies.ureq]
optional = true
version = "2.0"
[dev-dependencies.clap]
features = ["derive"]
version = "3.2"

[features]
clap-parse = ["clap"]
http = []
http-curl = ["curl", "pipe", "http"]
http-ureq = ["ureq", "pipe", "http"]

[package]
authors = ["AJ Bagwell <aj.bagwell@gmail.com>"]
description = "A library for parsing CLI file names"
documentation = "https://docs.rs/clio"
edition = "2021"
keywords = ["cli", "stdin", "stdout"]
license = "MIT"
name = "clio"
readme = "README.md"
repository = "https://github.com/aj-bagwell/clio"
resolver = "2"
version = "0.2.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"