# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-work" version = "0.1.0" authors = ["SirWindfield "] description = "A git-subcommand to create branches following conventional-commits names" license = "Apache-2.0 OR MIT" repository = "https://github.com/SirWindfield/git-work" [dependencies.anyhow] version = "1.0.39" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.clap_generate] version = "3.0.0-beta.2" [dependencies.git2] version = "0.13.17" default-features = false [dependencies.heck] version = "0.3.2" [build-dependencies.anyhow] version = "1.0.39" [build-dependencies.heck] version = "0.3.2" [build-dependencies.quote] version = "1.0.9" [build-dependencies.serde] version = "1.0.125" features = ["derive"] [build-dependencies.serde_json] version = "1.0.64"