# 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_toaster" version = "0.1.7" authors = ["Søren H. Hansen"] exclude = [".github"] description = "A Toaster component for Leptos" readme = "README.md" keywords = [ "leptos", "toaster", "toast", ] license = "MIT" repository = "https://github.com/SorenHolstHansen/leptos_toaster" [dependencies.js-sys] version = "0.3" [dependencies.leptos] version = "0.6" [dependencies.leptos_meta] version = "0.6" optional = true [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "EventTarget", "HtmlElement", "DomRect", "Element", ] [features] builtin_toast = [] csr = ["leptos/csr"] hydrate = ["leptos/hydrate"] ssr = [ "dep:leptos_meta", "leptos/ssr", "leptos_meta/ssr", ]