axvisor-driver 0.1.0-preview.1

Device drivers module for AxVisor hypervisor
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 = "2024"
name = "axvisor-driver"
version = "0.1.0-preview.1"
authors = [
    "Keyang Hu <keyang.hu@qq.com>",
    "周睿 <zrufo747@outlook.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Device drivers module for AxVisor hypervisor"
readme = false
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axvisor"

[features]
default = []
phytium-blk = ["dep:phytium-mci"]
rk3568-clk = ["dep:rk3568_clk"]
rk3588-clk = ["dep:rk3588-clk"]
rockchip-pm = ["dep:rockchip-pm"]
sdmmc = ["dep:sdmmc"]

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

[dependencies.axklib]
version = "0.2.0"

[dependencies.log]
version = "0.4"

[dependencies.phytium-mci]
version = "0.1"
features = ["pio"]
optional = true
default-features = false

[dependencies.rdif-block]
version = "0.6.2"

[dependencies.rdif-clk]
version = "0.4"

[dependencies.rdrive]
version = "0.18"

[dependencies.rk3568_clk]
version = "0.1"
optional = true

[dependencies.rk3588-clk]
version = "0.1"
optional = true

[dependencies.rockchip-pm]
version = "0.4"
optional = true

[dependencies.sdmmc]
version = "0.1"
features = ["pio"]
optional = true
default-features = false

[dependencies.spin]
version = "0.9"