# 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 = "2021" rust-version = "1.63" name = "blkio" version = "0.5.1" description = "A library for high-performance block device I/O" keywords = [ "block", "IO", "storage", "performance", ] categories = [ "filesystem", "hardware-support", ] license = "MIT OR Apache-2.0" [dependencies.bitflags] version = "1.2" [dependencies.io-uring] version = "0.6" optional = true [dependencies.lazy_static] version = "1.1" [dependencies.libc] version = "0.2" features = ["extra_traits"] [dependencies.paste] version = "1" [dependencies.pci-driver] version = "0.1.2" optional = true default-features = false [dependencies.rustix] version = "0.38" features = [ "event", "fs", "mm", ] [dependencies.virtio-driver] version = "0.6.1" optional = true default-features = false [features] default = [ "io_uring", "nvme-io_uring", "virtio-blk-vfio-pci", "virtio-blk-vhost-user", "virtio-blk-vhost-vdpa", ] io_uring = ["io-uring"] nvme-io_uring = ["io-uring"] virtio-blk-vfio-pci = [ "pci-driver/vfio", "virtio-driver/pci", ] virtio-blk-vhost-user = ["virtio-driver/vhost-user"] virtio-blk-vhost-vdpa = ["virtio-driver/vhost-vdpa"]