# 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 = "2018" rust-version = "1.64" name = "quickcfg" version = "0.6.3" authors = ["John-John Tedro "] description = "Do basic configuration of a system, declaratively and quickly." homepage = "https://github.com/udoprog/quickcfg" documentation = "https://docs.rs/quickcfg" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/quickcfg" [[bin]] name = "qc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.filetime] version = "0.2.20" [dependencies.fxhash] version = "0.2.1" [dependencies.git2] version = "0.16.1" optional = true [dependencies.handlebars] version = "4.3.6" [dependencies.humantime] version = "2.1.0" [dependencies.ignore] version = "0.4.20" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rayon] version = "1.7.0" [dependencies.relative-path] version = "1.8.0" features = ["serde"] [dependencies.reqwest] version = "0.11.14" features = ["blocking"] [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19" [dependencies.thiserror] version = "1.0.39" [features] default = ["git2"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "shellapi", "winuser", "synchapi", "processthreadsapi", ] [target."cfg(windows)".build-dependencies.winres] version = "0.1.12" [badges.travis-ci] repository = "udoprog/quickcfg"