# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63.0" name = "clio" version = "0.3.5" authors = ["AJ Bagwell "] description = "A library for parsing CLI file names" documentation = "https://docs.rs/clio" readme = "README.md" keywords = [ "cli", "stdin", "stdout", ] license = "MIT" repository = "https://github.com/aj-bagwell/clio" [package.metadata.docs.rs] features = [ "http-ureq", "clap-parse", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = ">=3.2, < 5.0" features = ["derive"] optional = true [dependencies.curl] version = "0.4" optional = true [dependencies.is-terminal] version = "0.4.9" [dependencies.pipe] version = "0.4" optional = true [dependencies.tempfile] version = "3.3.0" [dependencies.ureq] version = "2.0" optional = true [dependencies.url] version = "2.3.1" optional = true [dependencies.walkdir] version = "2.3.3" [dev-dependencies.clap] version = "4.3.0" features = ["derive"] [dev-dependencies.either] version = "1.8.1" [features] clap-parse = ["clap"] http = ["url"] http-curl = [ "curl", "pipe", "http", ] http-ureq = [ "ureq", "pipe", "http", ] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.42" features = ["Win32_Foundation"]