# 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 = "egui-keybind" version = "0.4.1" authors = ["zeozeozeo"] build = false exclude = ["media/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "A keybind widget for egui" homepage = "https://github.com/zeozeozeo/egui-keybind" documentation = "https://docs.rs/egui-keybind" readme = "README.md" keywords = [ "egui", "keybind", "hotkey", "widget", "ui", ] categories = ["gui"] license = "Unlicense OR MIT OR BSL-1.0" repository = "https://github.com/zeozeozeo/egui-keybind" [lib] name = "egui_keybind" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.egui] version = "0.29.1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.eframe] version = "0.29.1" [features] serde = [ "dep:serde", "egui/serde", ]