[package] name = "huge-commit" version = "0.8.2" edition = "2021" authors = ["Kazuma Murata "] license = "MIT" description = "make commit message with openai" repository = "https://github.com/kazzix14/huge-commit" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.80" chrono = "0.4.34" clap = { version = "4.5.1", features = ["derive"] } derive_more = "0.99.17" directories = "5.0.1" futures = "0.3.30" git2 = "0.18.2" inquire = "0.7.0" openai = "1.0.0-alpha.14" reqwest = { version = "0.11.24", features = ["json"] } serde = "1.0.197" serde_json = "1.0.114" serde_yaml = "0.9.32" thiserror = "1.0.57" tokio = "1.36.0" tokio-stream = "0.1.14" toml = "0.8.10"