# 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 = "2018" name = "xilinx-dma" version = "0.0.10" authors = ["Bastian Bloessl "] description = "Userspace Xilinx AXI DMA Interface" homepage = "https://www.futuresdr.org" readme = "README.md" keywords = [ "sdr", "dsp", "real-time", "async", "acceleration", ] categories = [ "asynchronous", "concurrency", "hardware-support", "science", ] license = "Apache-2.0" repository = "https://github.com/futuresdr/xilinx-dma/" [[example]] name = "async" required-features = ["async"] [[example]] name = "sg_loopback" required-features = ["scatter-gather"] [dependencies.async-io] version = "2.2" optional = true [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.fastrand] version = "2.0" [features] async = ["dep:async-io"] default = [] scatter-gather = []