rdrive 0.18.12

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.18.12"
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/drivercraft/rdrive"

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

[dependencies.fdt-parser]
version = "0.4.16"

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1"

[dependencies.pcie]
version = "0.4"

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

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

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

[dependencies.spin]
version = "0.10"

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

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

[dev-dependencies.rdif-intc]
version = "0.13"