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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6993d4d11455305adcd1be1e62dad9b236ccbedc3b94c9f4e3698af77113228"
[[package]]
name = "telar-reactive-core"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce458e56abda07b007ab766892b4c9869bc1473818edd77f0e15cf614087a7d5"
dependencies = [
"rustc-hash",
"slab",
"smallvec",
"telar-reactive-local",
]
[[package]]
name = "telar-reactive-local"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0533403a37dd079e455f977af2ed3d48b99897060be9a9d6819bda56b7f457d3"
[[package]]
name = "telar-theme-core"
version = "0.1.4"
dependencies = [
"telar-geometry-core",
"telar-reactive-core",
]