# 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_hotkeys" version = "0.2.2" authors = [ "Matthew Kim", "Álvaro Mondéjar Rubio", "Robert Junkins", "Zak Stucke", ] description = "A library that declaratively pairs keybindings with callbacks for Leptos applications." readme = "README.md" keywords = [ "leptos", "hotkeys", "wasm", ] license = "MIT" repository = "https://github.com/gaucho-labs/leptos-hotkeys" [dependencies.leptos] version = "0.6" [dependencies.log] version = "0.4" optional = true [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" [features] debug = ["dep:log"] ssr = []