# 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 = "gign" version = "0.3.0" authors = ["metafates "] description = "A smart command line tool to generate .gitignore files" homepage = "https://github.com/metafates/gign" readme = "README.md" keywords = [ "git", "ignore", "generator", "cli", ] license = "MIT" repository = "https://github.com/metafates/gign" resolver = "2" [dependencies.clap] version = "3.2.8" features = ["cargo"] [dependencies.colored] version = "2" [dependencies.dirs] version = "1.0.4" [dependencies.triple_accel] version = "0.4.0" [dependencies.walkdir] version = "2.3.2"