[package]
edition = "2024"
name = "anathema-default-widgets"
version = "0.2.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default widget implementations for Anathema"
homepage = "https://github.com/togglebyte/anathema"
documentation = "https://togglebyte.github.io/anathema-guide/"
readme = false
license = "MIT"
repository = "https://github.com/togglebyte/anathema"
[lib]
name = "anathema_default_widgets"
path = "src/lib.rs"
[dependencies.anathema-backend]
version = "0.2.11"
[dependencies.anathema-geometry]
version = "0.2.11"
[dependencies.anathema-state]
version = "0.2.11"
[dependencies.anathema-store]
version = "0.2.11"
[dependencies.anathema-templates]
version = "0.2.11"
[dependencies.anathema-value-resolver]
version = "0.2.11"
[dependencies.anathema-widgets]
version = "0.2.11"
[dependencies.bitflags]
version = "2.4.1"
[dependencies.unicode-width]
version = "0.1.11"
[lints.clippy]
collapsible_if = "allow"
from_over_into = "allow"
len_without_is_empty = "allow"
new_without_default = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
wrong_self_convention = "allow"
[lints.rust]
rust_2018_idioms = "deny"