11[package ]
22name = " leptos-struct-table"
3- version = " 0.15 .0"
3+ version = " 0.16 .0"
44edition = " 2024"
5- authors = [" Marc-Stefan Cassola" ]
65categories = [" gui" , " web-programming" , " wasm" ]
76description = " Generate a complete batteries included leptos data table component from a struct definition."
87exclude = [" examples/" , " tests/" ]
@@ -11,23 +10,25 @@ license = "MIT OR Apache-2.0"
1110readme = " README.md"
1211repository = " https://github.com/Synphonyte/leptos-struct-table"
1312
13+ [package .metadata ."docs .rs" ]
14+ all-features = true
15+
1416[dependencies ]
1517leptos = { version = " 0.8" }
1618leptos-struct-table-macro = { version = " 0.13.0" }
17- leptos-use = { version = " 0.16 " , default-features = false , features = [
18- " element" ,
19- " use_debounce_fn" ,
20- " use_element_size" ,
21- " use_scroll" ,
19+ leptos-use = { version = " 0.17 " , default-features = false , features = [
20+ " element" ,
21+ " use_debounce_fn" ,
22+ " use_element_size" ,
23+ " use_scroll" ,
2224], path = " ../leptos-use" }
23- rust_decimal = { version = " 1.35 " , optional = true }
25+ rust_decimal = { version = " 1" , optional = true }
2426chrono = { version = " 0.4" , optional = true }
2527send_wrapper = " 0.6"
2628serde = " 1"
2729time = { version = " 0.3" , optional = true , features = [" formatting" ] }
2830uuid = { version = " 1" , optional = true , features = [] }
29- thiserror = " 1"
30- web-sys = { version = " 0.3.67" , features = [" DomRect" , " Element" ] }
31+ web-sys = { version = " 0.3" , features = [" DomRect" , " Element" ] }
3132wasm-bindgen = " 0.2"
3233
3334[features ]
@@ -36,6 +37,3 @@ uuid = ["dep:uuid"]
3637rust_decimal = [" dep:rust_decimal" ]
3738time = [" dep:time" ]
3839i18n = [" leptos-struct-table-macro/i18n" ]
39-
40- [package .metadata ."docs .rs" ]
41- all-features = true
0 commit comments