# 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 = "2018" name = "autorebase" version = "0.6.0" authors = ["Tim Hutt "] description = "Automatically rebase feature branches onto master" readme = "README.md" keywords = [ "git", "rebase", ] license = "MIT" repository = "https://github.com/Timmmm/autorebase" [dependencies.anyhow] version = "1.0.40" [dependencies.argh] version = "0.1.4" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.git_commands] version = "0.2.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.7.6" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tempfile] version = "3.1.0"