ax-driver-base 0.3.6

Common interfaces for all kinds of 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 = "ax-driver-base"
version = "0.3.6"
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"
readme = "README.md"
keywords = [
    "arceos",
    "driver",
]
categories = [
    "os",
    "no-std",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[lib]
name = "ax_driver_base"
path = "src/lib.rs"

[dependencies]