[package] name = "uio" version = "0.4.0" authors = ["Gerd Zellweger "] description = "Helper library for writing linux user-space drivers with UIO." repository = "https://github.com/gz/rust-uio" documentation = "https://docs.rs/uio/" readme = "README.md" keywords = ["driver", "pci", "linux", "generic", "hardware"] license = "MIT" [dependencies] fs2 = "0.4.3" nix = "0.26.2" libc = "0.2"