# 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_element_plus" version = "0.0.6" authors = ["Joey "] include = [ "src/**/*", "js_dist/index.js", "js_dist/index.css", ] description = "A wrapper of element-plus for leptos" readme = "README.md" license = "MIT" [dependencies.include-flate] version = "0.3.0" [dependencies.js-sys] version = "0.3.64" [dependencies.leptos] version = "0.5.1" features = ["csr"] [dependencies.leptos_meta] version = "0.5.1" features = ["csr"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [dev-dependencies.web-sys] version = "0.3.64"