# 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 = "shot" version = "0.1.2" authors = ["George Miao "] description = "Simple CLI that upload images to Cloudflare Image, either from clipboard, or local file." readme = "README.md" keywords = [ "cli", "cloudflare", "image", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/George-Miao/shot" [profile.dev.package.backtrace] opt-level = 3 [profile.release] opt-level = "z" codegen-units = 1 panic = "unwind" [dependencies.arboard] version = "3.2.0" [dependencies.attohttpc] version = "0.24.0" features = [ "multipart-form", "json", ] [dependencies.bytesize] version = "1.1.0" [dependencies.clap] version = "4.0.32" features = [ "derive", "cargo", "color", ] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.env_logger] version = "0.10.0" [dependencies.home] version = "0.5.4" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.image] version = "0.24.5" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.mime] version = "0.3.16" [dependencies.mod_use] version = "0.2.1" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tap] version = "1.0.1" [dependencies.url] version = "2.3.1" features = ["serde"]