# 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 = "melt-ui" version = "0.0.6" authors = ["luoxiaozero "] description = "An easy to use leptos component library" homepage = "https://github.com/luoxiaozero/melt-ui" readme = "README.md" keywords = [ "web", "leptos", "ui", "melt-ui", ] license = "MIT" repository = "https://github.com/luoxiaozero/melt-ui" [dependencies.icondata] version = "0.1.0" features = [ "AiCloseOutlined", "AiCheckOutlined", "AiLeftOutlined", "AiLoadingOutlined", "AiCheckCircleFilled", "AiExclamationCircleFilled", "AiCloseCircleFilled", "AiPlusOutlined", "AiPlusOutlined", "AiMinusOutlined", ] [dependencies.icondata_core] version = "0.0.2" [dependencies.leptos] version = "0.5.1" features = ["csr"] [dependencies.uuid] version = "1.5.0" features = ["v4"] [dependencies.web-sys] version = "0.3.62" features = [ "DomRect", "File", "FileList", ]