[dependencies.console]
version = "0.16.1"
[dependencies.ratatui]
features = ["unstable-widget-ref"]
version = "0.29.0"
[dev-dependencies.rstest]
version = "0.26.1"
[lib]
name = "laurier"
path = "src/lib.rs"
[package]
authors = ["Kyosuke Fujimoto <kyoro.f@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "ratatui helper library"
documentation = "https://docs.rs/laurier/"
edition = "2021"
homepage = "https://github.com/lusingander/laurier"
keywords = []
license = "MIT"
name = "laurier"
readme = "README.md"
repository = "https://github.com/lusingander/laurier"
rust-version = "1.82.0"
version = "0.2.0"