[package] name = "git-tc" version = "0.1.1" edition = "2021" license = "Apache-2.0" categories = ["command-line-utilities"] repository = "https://github.com/sumanthrh/git-tc" description = "A lightweight package for Tab completion of Github URLs " [dependencies] reqwest = "0.12.8" tokio = { version = "1.40.0", features = ["full"] } serde_json = "1.0.132" trie-rs = "0.4.2" http-cache-reqwest = "0.14.0" reqwest-middleware = "0.3.3" terminal_size = "0.4.0" unicode-width = "0.2.0" crossterm = "0.28.1" clap = { version = "4.0", features = ["derive"] }