# 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" rust-version = "1.65.0" name = "ratatu-image" version = "1.0.0" authors = ["Benjamin Große "] exclude = ["assets/*"] autoexamples = true description = "Renamed to ratatui-image" homepage = "https://github.com/benjajaja/ratatui-image" readme = "README.md" keywords = [ "ratatui", "image", "sixel", "tui", "terminal", ] license = "MIT" repository = "https://github.com/benjajaja/ratatui-image" [[bin]] name = "ratatu-image" path = "./src/bin/ratatu-image/main.rs" required-features = [ "crossterm", "sixel", "rustix", ] [[example]] name = "demo" doc-scrape-examples = true [[example]] name = "screenshot" [dependencies.base64] version = "^0.21.2" [dependencies.crossterm] version = "0.25" optional = true [dependencies.dyn-clone] version = "1.0.11" [dependencies.image] version = "0.24.5" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.23.0" features = [] [dependencies.rustix] version = "^0.38.4" features = [ "stdio", "termios", ] optional = true [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.sixel-bytes] version = "0.2.1" optional = true [dependencies.termion] version = "2.0" optional = true [dependencies.termwiz] version = "0.20" optional = true [features] crossterm = [ "dep:crossterm", "ratatui/crossterm", ] default = [] rustix = ["dep:rustix"] serde = ["dep:serde"] sixel = ["dep:sixel-bytes"] termion = [ "dep:termion", "ratatui/termion", ] termwiz = [ "dep:termwiz", "ratatui/termwiz", ]