# 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" name = "ignorance" version = "0.1.0" exclude = [".github", "tests"] description = "Another client tool for generating .gitignore files." homepage = "https://github.com/Vui-Chee/ignorance" readme = "README.md" keywords = ["gitignore"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Vui-Chee/ignorance" [dependencies.clap] version = "2.32.0" [dependencies.dirs] version = "1.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.loading] version = "0.1.2" [dependencies.reqwest] version = "0.11.4" [dependencies.tokio] version = "1.11.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.predicates] version = "2.0.2" [dev-dependencies.tempfile] version = "3.2.0"