rdrive 0.23.5

A dyn driver manager.
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 = "rdrive"
version = "0.23.5"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dyn driver manager."
readme = "README.md"
keywords = [
    "os",
    "driver",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rcore-os/tgoskits"

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

[[test]]
name = "fdt_clock"
path = "tests/fdt_clock.rs"

[[test]]
name = "fdt_clock_provider_assigned"
path = "tests/fdt_clock_provider_assigned.rs"

[[test]]
name = "fdt_pinctrl"
path = "tests/fdt_pinctrl.rs"

[[test]]
name = "fdt_pinctrl_error"
path = "tests/fdt_pinctrl_error.rs"

[[test]]
name = "fdt_power"
path = "tests/fdt_power.rs"

[[test]]
name = "fdt_probe"
path = "tests/fdt_probe.rs"

[[test]]
name = "fdt_reset"
path = "tests/fdt_reset.rs"

[[test]]
name = "fdt_resource_prepare"
path = "tests/fdt_resource_prepare.rs"

[[test]]
name = "fdt_resource_prepare_error"
path = "tests/fdt_resource_prepare_error.rs"

[[test]]
name = "fdt_resource_prepare_missing_provider"
path = "tests/fdt_resource_prepare_missing_provider.rs"

[[test]]
name = "fdt_resource_prepare_power_cells"
path = "tests/fdt_resource_prepare_power_cells.rs"

[[test]]
name = "fdt_resource_prepare_regulator_error"
path = "tests/fdt_resource_prepare_regulator_error.rs"

[[test]]
name = "fdt_resource_prepare_zero_cell_clock"
path = "tests/fdt_resource_prepare_zero_cell_clock.rs"

[[test]]
name = "init_sources"
path = "tests/init_sources.rs"

[[test]]
name = "static_probe"
path = "tests/static_probe.rs"

[dependencies.acpi]
version = "6.1.1"

[dependencies.ax-kspin]
version = "0.3.15"

[dependencies.fdt-edit]
version = "0.2.3"

[dependencies.fdt-raw]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.mmio-api]
version = "0.2.2"

[dependencies.paste]
version = "1"

[dependencies.pcie]
version = "0.6.6"

[dependencies.rdif-base]
version = "0.8.3"

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

[dependencies.rdif-pcie]
version = "0.2.5"

[dependencies.rdif-pinctrl]
version = "0.1.2"
features = ["fdt"]

[dependencies.rdif-power]
version = "0.8.0"

[dependencies.rdif-reset]
version = "0.1.0"

[dependencies.rdrive-macros]
version = "0.4.2"

[dependencies.spin]
version = "=0.12.0"
features = [
    "lock_api",
    "once",
    "lazylock",
]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
version = "0.52"