# 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_darkmode" version = "0.2.0" authors = ["DaniƩl Kerkmann "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A helper crate for managing tailwindcss dark mode functionality in Leptos web applications." documentation = "https://docs.rs/leptos_darkmode" readme = "README.md" keywords = [ "leptos", "theme", "darkmode", "tailwindcss", "localstorage", ] categories = ["web-programming"] license = "MIT" repository = "https://gitlab.com/kerkmann/leptos_darkmode" [lib] name = "leptos_darkmode" [dependencies.leptos] version = "0.6" default-features = false [dependencies.web-sys] version = "0.3" features = [ "MediaQueryList", "Storage", ] default-features = false