# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quicli" version = "0.4.0" authors = ["Pascal Hertleif "] description = "Quickly build cool CLI apps in Rust." homepage = "https://killercup.github.io/quicli/" readme = "Readme.md" keywords = ["cli", "prelude"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/killercup/quicli" [dependencies.clap-verbosity-flag] version = "0.2.0" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.2" [dependencies.failure_derive] version = "0.1.2" [dependencies.globwalk] version = "0.3" optional = true [dependencies.log] version = "0.4.1" [dependencies.rayon] version = "1.0" optional = true [dependencies.remove_dir_all] version = "0.5.1" optional = true [dependencies.serde] version = "1.0.27" optional = true [dependencies.serde_derive] version = "1.0.27" optional = true [dev-dependencies.tempfile] version = "3.0.3" [features] default = ["full-throttle"] full-throttle = ["serde", "serde_derive", "globwalk", "rayon", "remove_dir_all"]