tui-widgets 0.7.7

A collection of useful widgets for building terminal user interfaces using Ratatui
Documentation
# Configuration for <https://github.com/EmbarkStudios/cargo-deny>.

[licenses]
version = 2
confidence-threshold = 0.8
allow = [
  "Apache-2.0",
  "MIT",
  "Unicode-3.0",
  "Zlib",
]

[advisories]
version = 2

[bans]
multiple-versions = "allow"

[sources]
unknown-registry = "deny"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]