# 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-material" version = "0.6.1" description = "A Leptos component wrapper for Material Web Components." readme = "README.md" keywords = [ "leptos", "material", "design", "components", "ui", ] categories = [ "api-bindings", "wasm", "web-programming", "gui", ] license = "MIT" repository = "https://github.com/jordi-star/leptos-material" [dependencies.chrono] version = "0.4.38" [dependencies.leptos] version = "0.6.12" [dependencies.leptos_meta] version = "0.6.12" [dependencies.web-sys] version = "0.3.69" features = [ "ScrollIntoViewOptions", "ScrollLogicalPosition", "HtmlElement", "HtmlDivElement", ] [features] button = [] card = ["elevation"] checkbox = [] chips = [] datepicker = ["elevation"] default = ["full"] elevation = [] full = [ "checkbox", "textfield", "button", "icon", "iconbutton", "card", "elevation", "progress", "datepicker", "select", "chips", ] icon = [] iconbutton = [] progress = [] select = [] textfield = []