# 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 = "event_types" version = "0.1.0" authors = ["Reinis Mazeiks"] description = "Types to help idiomatically represent user input events" readme = "Readme.md" keywords = [ "input", "event", "mouse", "keyboard", "gui", ] categories = [ "data-structures", "gui", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/reinis-mazeiks/event_types" resolver = "2" [dependencies.enumset] version = "1.0.11" [dependencies.euclid] version = "0.22.7" [dependencies.keyboard-types] version = "0.6.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.typed-builder] version = "0.10.0" [dev-dependencies.assert2] version = "0.3.6" [features] serde = [ "dep:serde", "euclid/serde", "enumset/serde", "keyboard-types/serde", ]