# 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-upstream" version = "1.2.0" authors = ["Rebecca Turner "] description = "A shortcut for `git push --set-upstream REMOTE BRANCH`" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/9999years/git-upstream" [package.metadata.release] publish = false push = false tag = false [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", "env", ] [dependencies.command-error] version = "0.4.0" [dependencies.fs-err] version = "2.11.0" [dependencies.itertools] version = "0.12.1" [dependencies.miette] version = "7.2.0" features = ["fancy-no-backtrace"] default-features = false [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" features = ["attributes"] [dependencies.tracing-human-layer] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "registry", ] [dependencies.utf8-command] version = "1.0.1" [dependencies.xdg] version = "2.5.2"