# 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 = "bitly-urlshortener" version = "0.1.1" authors = ["Laszlo Szathmary, alias Jabba Laci "] description = "A URL shortener command-line app. using bit.ly API v4." readme = "README.md" keywords = [ "bitly", "shortener", "urlshortener", "url", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jabbalaci/UrlShortener-rs" resolver = "2" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "urlshortener" path = "src/main.rs" bench = false [dependencies.colored] version = "2.0.0" [dependencies.jabba-lib] version = "0.1.8" [dependencies.once_cell] version = "1.13.0" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0.83"