# 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 = "nshrt" version = "0.3.0" authors = ["Ishan Joshi "] description = "A simple CLI written in Rust to shorten URLs using my own URL shortener" readme = "README.md" keywords = [ "url", "shortener", "cli", "rust", ] license = "MIT" repository = "https://github.com/newtoallofthis123/short_cli" [dependencies.bunt] version = "0.2.8" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.figlet-rs] version = "0.1.5" [dependencies.human-panic] version = "1.1.5" [dependencies.indicatif] version = "0.17.6" [dependencies.inquire] version = "0.6.2" [dependencies.regex] version = "1.9.3" [dependencies.reqwest] version = "0.11.19" features = ["json"] [dependencies.serde] version = "1.0.185" [dependencies.serde_json] version = "1.0.105" [dependencies.sha2] version = "0.10.7" default-features = false [dependencies.tokio] version = "1.32.0" features = ["full"]