# 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 = "urlshortener-cli" version = "1.2.0" authors = ["Victor Polevoy "] description = "A program which makes your url shorten." documentation = "https://github.com/iddm/urlshortener-cli" readme = "README.md" keywords = [ "url", "short", "shortener", "link", "web", ] license = "MIT" repository = "https://github.com/iddm/urlshortener-cli" [dependencies.cli-clipboard] version = "0.4" [dependencies.notify-rust] version = "4" optional = true [dependencies.urlshortener] version = "3" [features] default = ["notifications"] notifications = ["notify-rust"]