[package]
edition = "2021"
name = "axdriver_input"
version = "0.1.4-preview.3"
authors = [
"Yuekai Jia <equation618@gmail.com>",
"朝倉水希 <asakuramizu111@gmail.com>",
"Yu Chen <yuchen@tsinghua.edu.cn>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common traits and types for input device drivers"
homepage = "https://github.com/arceos-org/arceos"
documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_input"
readme = "README.md"
keywords = [
"arceos",
"driver",
"input",
]
categories = [
"os",
"no-std",
"hardware-support",
]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
repository = "https://github.com/arceos-org/axdriver_crates"
[lib]
name = "axdriver_input"
path = "src/lib.rs"
[dependencies.axdriver_base]
version = "0.1.4-preview.3"
[dependencies.strum]
version = "0.27.2"
features = ["derive"]
default-features = false