telar-theme-core 0.1.5

Theme tokens and reactive light/dark mode for Telar.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rustc-hash"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"

[[package]]
name = "slab"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"

[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"

[[package]]
name = "telar-geometry-core"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f4f2e36607acc02e0a7e00f74be90adb93e8adedcd9a8800b3b8883ac302b4"

[[package]]
name = "telar-reactive-core"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e014a35a8a561c70259b2bde9280c83e88b3795e3f8ff9c4ba4149e3649b588"
dependencies = [
 "rustc-hash",
 "slab",
 "smallvec",
 "telar-reactive-local",
]

[[package]]
name = "telar-reactive-local"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "217a11c8617c8dcb59890ce45242f05f9f4c529f48fc92f55d9754613d9774c3"

[[package]]
name = "telar-theme-core"
version = "0.1.5"
dependencies = [
 "telar-geometry-core",
 "telar-reactive-core",
]