axdriver_input 0.1.4-preview.3

Common traits and types for input device drivers
Documentation
# 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 = "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