rdif-serial 0.9.0

Driver Interface base definition.
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 = "rdif-serial"
version = "0.9.0"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Driver Interface base definition."
readme = false
keywords = [
    "os",
    "driver",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rcore-os/tgoskits"

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

[dependencies.bitflags]
version = "2.8"

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.heapless]
version = "0.9"

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

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