nvme-driver 0.4.1

nvme driver
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 = "nvme-driver"
version = "0.4.1"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nvme driver"
readme = "README.md"
keywords = [
    "os",
    "nvme",
    "block",
    "driver",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/drivercraft/sparreal-os"

[lib]
name = "nvme_driver"
path = "src/lib.rs"
test = false

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

[dependencies.dma-api]
version = "0.7"

[dependencies.log]
version = "0.4"

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

[dependencies.rd-block]
version = "0.1"

[dependencies.spin]
version = "0.10"

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

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

[dev-dependencies.byte-unit]
version = "5.1.6"
features = ["byte"]
default-features = false

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

[dev-dependencies.pcie]
version = "0.6"