# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "xterm256_converter" version = "0.2.1" authors = ["ShinySaana "] description = "A Rust utility for converting images to terminal color sequences" readme = "README.md" keywords = ["xterm", "256", "colors", "image", "converter"] license = "MIT" repository = "https://github.com/ShinySaana/xterm256-converter" [[bin]] name = "xt256-conv" path = "src/main.rs" [dependencies.clap] version = "2" [dependencies.image] version = "0.21"