rockchip-pm 0.4.1

Driver for Rockchip Power Management Unit (PMU) supporting RK3588 and similar SoCs.
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 = "rockchip-pm"
version = "0.4.1"
authors = ["周睿 <zrufo747@outlook.com>"]
build = "build.rs"
exclude = ["dtb/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Driver for Rockchip Power Management Unit (PMU) supporting RK3588 and similar SoCs."
documentation = "https://docs.rs/rockchip-pm"
readme = "README.md"
keywords = [
    "os",
    "rockchip",
    "power",
    "driver",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/drivercraft/rockchip-pm"

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

[[test]]
name = "test"
path = "tests/test.rs"
harness = false

[dependencies.dma-api]
version = "0.5"
features = ["alloc"]

[dependencies.log]
version = "0.4"

[dependencies.mbarrier]
version = "0.1"

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

[dependencies.tock-registers]
version = "0.10"

[dev-dependencies.bare-test]
version = "0.7"

[build-dependencies.bare-test-macros]
version = "0.2"