# 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" name = "gitig-rs" version = "23.4.0" authors = ["Andrew Ross "] exclude = [ ".*", "*.py", "poetry.lock", "pyproject.toml", "__pycache__", ] description = "Generate .gitignore files from the command-line" homepage = "https://github.com/andrewrosss/gitig" documentation = "https://github.com/andrewrosss/gitig" readme = "README.md" keywords = [ "cli", "git", "gitignore", "config", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/andrewrosss/gitig" [lib] name = "gitig" path = "src/lib.rs" [[bin]] name = "gi" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.pager] version = "0.16" [dependencies.reqwest] version = "0.11" features = ["blocking"]