# 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 = "git-flow-rs" version = "0.4.3" authors = ["niuiic "] description = "Extensible git flow written in rust." homepage = "https://github.com/niuiic/git-flow.rs" readme = "README.md" keywords = [ "git", "gitflow", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/niuiic/git-flow.rs" [[bin]] name = "git-flow" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tabled] version = "0.15.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.toml] version = "0.8"