[package]
edition = "2021"
name = "axdriver_base"
version = "0.3.4"
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 interfaces for all kinds of device drivers"
homepage = "https://github.com/arceos-org/arceos"
documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_base"
readme = "README.md"
keywords = [
"arceos",
"driver",
]
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_base"
path = "src/lib.rs"
[dependencies]