# 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 = "keybee" version = "0.0.0" authors = ["Lucien Greathouse "] description = "Semantic input library for games" homepage = "https://github.com/LPGhatguy/keybee" documentation = "https://docs.rs/keybee" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LPGhatguy/keybee" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.gilrs] version = "0.8.1" optional = true [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.winit] version = "0.25.0" optional = true