noob-commit 0.4.1

🤡 For devs who code like ninjas but commit like toddlers. Stop writing 'fix stuff' commits! How many times did you rush for a new API key or pay that shameful OpenAI bill? No more!
Documentation
[[bin]]
name = "noob-commit"
path = "src/main.rs"

[dependencies.async-openai]
default-features = false
features = ["native-tls"]
version = "0.28.2"

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

[dependencies.clap-verbosity-flag]
version = "3.0.0"

[dependencies.env_logger]
version = "0.11.0"

[dependencies.log]
features = ["std"]
version = "0.4.8"

[dependencies.question]
version = "0.2.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.schemars]
version = "0.8.12"

[dependencies.serde]
version = "1.0.164"

[dependencies.serde_json]
version = "1.0.99"

[dependencies.spinners]
version = "4.1.0"

[dependencies.tokio]
features = ["full"]
version = "1.28.2"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "mock_commit"
path = "examples/mock_commit.rs"

[lib]
name = "noob_commit"
path = "src/lib.rs"

[package]
authors = ["Arthur Souza Rodrigues <arthrod@umich.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "🤡 For devs who code like ninjas but commit like toddlers. Stop writing 'fix stuff' commits! How many times did you rush for a new API key or pay that shameful OpenAI bill? No more!"
edition = "2021"
homepage = "https://github.com/arthrod/noob-commit"
keywords = ["git", "commit", "ai", "automation", "cli"]
license = "MIT"
name = "noob-commit"
readme = "README.md"
repository = "https://github.com/arthrod/noob-commit"
version = "0.4.1"

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