clio 0.3.5

A library for parsing CLI file names
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.clap]
features = ["derive"]
optional = true
version = ">=3.2, < 5.0"

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

[dependencies.is-terminal]
version = "0.4.9"

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

[dependencies.tempfile]
version = "3.3.0"

[dependencies.ureq]
optional = true
version = "2.0"

[dependencies.url]
optional = true
version = "2.3.1"

[dependencies.walkdir]
version = "2.3.3"

[dev-dependencies.clap]
features = ["derive"]
version = "4.3.0"

[dev-dependencies.either]
version = "1.8.1"

[features]
clap-parse = ["clap"]
http = ["url"]
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"
rust-version = "1.63.0"
version = "0.3.5"

[package.metadata.docs.rs]
features = ["http-ureq", "clap-parse"]
rustdoc-args = ["--cfg", "docsrs"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.42"