[dependencies.chrono]
version = "0.4.31"
[dependencies.dyn-clone]
version = "1.0.16"
[dependencies.fuzzy-sort]
package = "tallyweb-fuzzy-sort"
version = "0.1"
[dependencies.js-sys]
version = "0.3.64"
[dependencies.leptos]
features = ["nightly"]
version = "0.6"
[dependencies.leptos_router]
features = ["nightly"]
version = "0.6"
[dependencies.rand]
version = "0.8.5"
[dependencies.stylance]
features = ["nightly"]
version = "0.5.0"
[dependencies.wasm-bindgen]
version = "=0.2.93"
[dependencies.web-sys]
features = ["Storage", "Element", "Document", "DomRect"]
version = "0.3.64"
[lib]
name = "tallyweb_components"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The leptos components for the tallyweb site"
edition = "2021"
license = "MIT"
name = "tallyweb-components"
readme = false
version = "0.3.1"
[package.metadata.stylance]
class_name_pattern = "tallyweb-[name]-[hash]"
extensions = [".module.scss", ".module.css"]
folders = ["./src/", "./style/"]
output_dir = "./style/"