# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "leptos-struct-table" version = "0.13.1" authors = ["Marc-Stefan Cassola"] build = false exclude = [ "examples/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a complete batteries included leptos data table component from a struct definition." readme = "README.md" keywords = [ "leptos", "table", "data-sheet", "data-grid", ] categories = [ "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Synphonyte/leptos-struct-table" [package.metadata."docs.rs"] all-features = true [lib] name = "leptos_struct_table" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.leptos] version = "0.6" [dependencies.leptos-struct-table-macro] version = "0.11.2" [dependencies.leptos-use] version = "0.13" [dependencies.rust_decimal] version = "1.35" optional = true [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["formatting"] optional = true [dependencies.uuid] version = "1" features = [] optional = true [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3.67" [features] chrono = ["dep:chrono"] i18n = ["leptos-struct-table-macro/i18n"] rust_decimal = ["dep:rust_decimal"] time = ["dep:time"] uuid = ["dep:uuid"]