concoct 0.18.0

Cross-platform UI framework
Documentation
[package]
name = "concoct"
version = "0.18.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform UI framework"
repository = "https://github.com/concoct-rs/concoct"

[features]
full = ["tracing"]

[dependencies]
futures = "0.3.30"
rustc-hash = "1.1.0"
slotmap = "1.0.7"
tracing = { version ="0.1.40", optional = true }

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]