gitcraft 0.1.123

A template project for GitHub-related utilities.
[[bin]]
name = "gitcraft"
path = "src/main.rs"

[build-dependencies.chrono]
features = ["serde"]
version = "0.4"

[build-dependencies.regex]
version = "1.11.1"

[build-dependencies.sha2]
version = "0.10.9"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.assert_cmd]
version = "2.0.17"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.predicates]
version = "3.1.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
default-features = false
features = ["json", "gzip", "stream", "blocking", "rustls-tls"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.syntect]
version = "5.2.0"

[dependencies.tempfile]
version = "3.20.0"

[package]
authors = ["John Kagunda john@kagunda.dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A template project for GitHub-related utilities."
edition = "2021"
license = "Apache-2.0"
name = "gitcraft"
readme = "README.md"
version = "0.1.123"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "verify_templates"
path = "tests/verify_templates.rs"