# 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 = "yew-custom-components" version = "0.2.2" description = "A collection of custom components for Yew" readme = "README.md" keywords = [ "yew", "web-components", "custom-elements", "wasm", ] categories = [ "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/aknarts/yew-custom-components" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1" optional = true [dependencies.serde-value] version = "0.7" optional = true [dependencies.yew] version = "0.21.0" features = ["csr"] [features] pagination = [] table = [ "dep:serde", "dep:serde-value", ] tabs = []