pictorat 0.0.0

A ratatui widget to draw images to a terminal.
Documentation
[dependencies.image]
version = "0.24.9"

[dependencies.ratatui]
version = "0.26.1"
[lints.clippy]
missing_safety_doc = "deny"
todo = "deny"
unimplemented = "deny"

[lints.rust]
missing_docs = "deny"
rust_2018_idioms = "deny"
unused_extern_crates = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"
missing_crate_level_docs = "deny"

[package]
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
description = "A ratatui widget to draw images to a terminal."
edition = "2021"
exclude = ["rustfmt.toml"]
license = "MIT"
name = "pictorat"
readme = "README.md"
version = "0.0.0"