# 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 = "ratatui-splash-screen" version = "0.1.4" authors = ["Orhun Parmaksız "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Ratatui widget to turn any image to a splash screen in your terminal" documentation = "https://docs.rs/ratatui-splash-screen" readme = "README.md" keywords = [ "ratatui", "terminal", "tui", "splash", "console", ] categories = [ "command-line-interface", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/ratatui-splash-screen" [lib] name = "ratatui_splash_screen" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.image] version = "0.25.0" features = [ "png", "jpeg", ] default-features = false [dependencies.ratatui] version = ">=0.25.0" [dependencies.sha256] version = "1.5.0" default-features = false [dev-dependencies.anyhow] version = "1.0.81" [dev-dependencies.crossterm] version = "0.28.1" [dev-dependencies.hex-literal] version = "0.4.1"