# 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-point" version = "0.2.2" authors = ["Qyriad "] description = "Set arbitrary refs without shooting yourself in the foot, a porcelain `git update-ref`" readme = "README.md" keywords = [ "git", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Qyriad/git-point" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.4" features = [ "wrap_help", "derive", ] [dependencies.clap_mangen] version = "0.2.20" [dependencies.env_logger] version = "0.11.3" [dependencies.gix] version = "0.62.0" features = ["revision"] [dependencies.log] version = "0.4.21" features = ["std"] [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.owo-colors] version = "4.0.0" features = [ "alloc", "supports-color", "supports-colors", ] [dependencies.tap] version = "1.0.1" [target."cfg(windows)".dependencies.enable-ansi-support] version = "0.2.1"