ironspdk 0.1.6

ironspdk (Rust runtime for SPDK)
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 = "ironspdk"
version = "0.1.6"
authors = ["Eugene Korenevsky <ekorenevsky@aliyun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ironspdk (Rust runtime for SPDK)"
readme = "README.md"
license = "Apache-2.0 OR BSD-3-Clause"
repository = "https://github.com/ironspdk/ironspdk"
resolver = "2"

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

[dependencies.ctor]
version = "0.6.3"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.paste]
version = "1.0.15"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"