quick-commit 0.2.1

Commit changes quickly
# 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 = "quick-commit"
version = "0.2.1"
authors = ["Thomas Forbes <34174315+thomas-forbes@users.noreply.github.com>"]
build = false
exclude = ["assets/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commit changes quickly"
readme = "README.md"
keywords = [
    "cli",
    "git",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/thomas-forbes/quick-commit"

[[bin]]
name = "qc"
path = "src/main.rs"

[dependencies.colored]
version = "2.0"

[dependencies.dirs]
version = "6"

[dependencies.git2]
version = "0.13.22"

[dependencies.rustyline]
version = "17.0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"
features = ["json"]