# 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 = "img2irc-rs" version = "1.0.5" authors = ["waveplate"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility to convert images to halfblock ANSI or IRC art with various optional post-processing filters" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/waveplate/img2irc" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "img2irc" path = "src/main.rs" [dependencies.clap] version = "4.2.0" features = [ "cargo", "derive", ] [dependencies.photon-rs] version = "0.3.2" [dependencies.reqwest] version = "0.11.14" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.url] version = "2.3.1" [target.'cfg(target_env = "musl")'.dependencies.openssl-sys] version = "0.9.102" [target.x86_64-unknown-linux-musl]