# 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 = "gignore" version = "0.2.2" authors = ["Daniel T. Rodrigues "] description = "A command line tool to generate gitignore template files" homepage = "https://github.com/danitrod/gignore/" readme = "README.md" keywords = ["cli", "gitignore", "git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/danitrod/gignore/" [dependencies.async-std] version = "1.9.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.50" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.futures] version = "0.3.15" [dependencies.scraper] version = "0.12.0" [dependencies.surf] version = "2.2.0" [dependencies.termcolor] version = "1.1.2" [dev-dependencies.assert_cmd] version = "1.0.5" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["precommit-hook", "run-cargo-clippy"] default-features = false