# 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 = "gr-bin" version = "0.2.1" description = "Interact with remote repositories like you interact with git" documentation = "https://github.com/daniel7grant/gr" readme = "README.md" license = "MIT" repository = "https://github.com/daniel7grant/gr" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "zip" pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }" [profile.release] strip = true [[bin]] name = "gr" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.13.1" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.clap_complete] version = "4.1.0" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.eyre] version = "0.6.8" [dependencies.native-tls] version = "0.2.11" [dependencies.open] version = "3.2.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.time] version = "0.3.20" features = ["serde-well-known"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "ansi", "json", ] default-features = false [dependencies.ureq] version = "2.6.2" features = [ "gzip", "json", "native-tls", ] default-features = false [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.rand] version = "0.8.5"