# 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 = "onefetch-image" version = "2.22.0" authors = ["o2sh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display images in the terminal" readme = "README.md" license = "MIT" repository = "https://github.com/o2sh/onefetch" [lib] name = "onefetch_image" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.image] version = "0.24.9" [target."cfg(not(windows))".dependencies.base64] version = "0.22.1" [target."cfg(not(windows))".dependencies.color_quant] version = "1.1.0" [target."cfg(not(windows))".dependencies.libc] version = "0.2.158"