# 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-tc" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight package for Tab completion of Github URLs " readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/sumanthrh/git-tc" [[bin]] name = "git-tc" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.http-cache-reqwest] version = "0.14.0" [dependencies.reqwest] version = "0.12.8" [dependencies.reqwest-middleware] version = "0.3.3" [dependencies.serde_json] version = "1.0.132" [dependencies.terminal_size] version = "0.4.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.trie-rs] version = "0.4.2" [dependencies.unicode-width] version = "0.2.0"