[[bin]]
name = "blindfold"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.colored]
version = "3.0.0"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.20"
[dependencies.strsim]
version = "0.11"
[dependencies.term_size]
version = "0.3.2"
[dependencies.tokio]
features = ["full"]
version = "1.45.1"
[dev-dependencies.httpmock]
version = "0.7"
[dev-dependencies.tempfile]
version = "3.20.0"
[lib]
name = "blindfold"
path = "src/lib.rs"
[package]
authors = ["Eóin McMahon <eoin.mcmahon.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "gitignore file generator written in rust"
edition = "2018"
keywords = ["gitignore", "git", "generator", "cli"]
license-file = "LICENSE"
name = "blindfold"
readme = "README.md"
repository = "https://github.com/Eoin-McMahon/blindfold"
version = "1.2.0"
[[test]]
name = "test_cli"
path = "tests/test_cli.rs"
[[test]]
name = "test_client"
path = "tests/test_client.rs"
[[test]]
name = "test_output"
path = "tests/test_output.rs"
[[test]]
name = "test_typo"
path = "tests/test_typo.rs"