anathema-runtime 0.2.4

Anathema runtime
Documentation
[dependencies.anathema-backend]
version = "0.2.4"

[dependencies.anathema-default-widgets]
version = "0.2.4"

[dependencies.anathema-geometry]
version = "0.2.4"

[dependencies.anathema-state]
version = "0.2.4"

[dependencies.anathema-store]
version = "0.2.4"

[dependencies.anathema-templates]
version = "0.2.4"

[dependencies.anathema-value-resolver]
version = "0.2.4"

[dependencies.anathema-widgets]
version = "0.2.4"

[dependencies.flume]
version = "0.11.0"

[dependencies.notify]
version = "6.1.1"

[dependencies.puffin]
features = ["web"]
optional = true
version = "0.19.1"

[dependencies.puffin_http]
optional = true
version = "0.16.1"

[features]
default = []
filelog = []
profile = ["puffin", "puffin_http"]

[lib]
name = "anathema_runtime"
path = "src/lib.rs"

[lints.clippy]
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"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Anathema runtime"
documentation = "https://togglebyte.github.io/anathema-guide/"
edition = "2024"
homepage = "https://github.com/togglebyte/anathema"
license = "MIT"
name = "anathema-runtime"
readme = false
repository = "https://github.com/togglebyte/anathema"
version = "0.2.4"