# 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 = "imgurs-cli" version = "0.11.1" authors = ["MedzikUser "] description = "CLI for Imgur" homepage = "https://github.com/MedzikUser/imgurs" keywords = [ "imgur", "imgur-api", "image", "image-upload", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/MedzikUser/imgurs.git" [[bin]] name = "imgurs" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap_complete] version = "4.0" [dependencies.clap_mangen] version = "0.2" [dependencies.colored] version = "2.0" [dependencies.dirs] version = "4.0" [dependencies.imgurs] version = "0.11.0" features = ["full"] [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.notify-rust] version = "4.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "4.0" [dependencies.tokio] version = "1.22" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5" [target."cfg(not(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\")))))".dependencies.arboard] version = "3.2"