# 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 = "git-ignore-generator" version = "1.4.0" authors = ["Sondre Aasemoen "] build = "build.rs" description = "Quickly and easily fetch .gitignore templates from www.gitignore.io" homepage = "https://github.com/sondr3/git-ignore" documentation = "https://github.com/sondr3/git-ignore" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/sondr3/git-ignore" [profile.release] lto = "fat" [[bin]] name = "git-ignore" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.attohttpc] version = "0.28.0" features = [ "json", "compress", "tls-rustls", ] default-features = false [dependencies.clap] version = "4.5.9" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.5.8" [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5" [dependencies.etcetera] version = "0.8.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.toml] version = "0.8.15" [build-dependencies.clap] version = "4.5.9" features = [ "derive", "cargo", ] [build-dependencies.clap_complete] version = "4.5.8" [build-dependencies.clap_mangen] version = "0.2.22" [build-dependencies.quote] version = "1.0.36" [build-dependencies.serde] version = "1.0.204" features = ["derive"] [build-dependencies.serde_json] version = "1.0.120" [build-dependencies.syn] version = "2.0.72"