# 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 = "gitignoregen" version = "0.1.4" authors = ["Patrik Laurell "] description = "A minimal CLI wrapper around Toptal gitignore" readme = "README.md" license = "MIT" repository = "https://github.com/patriklaurell/gitignoregen-rs" [[bin]] name = "gitignoregen" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.reqwest] version = "0.12.7" [dependencies.termion] version = "4.0.2" [dependencies.tokio] version = "1" features = ["full"]