[package] name = "ipmiraw" version = "0.5.0" edition = "2018" description = "API for submitting raw commands to an IPMI device" license = "MIT OR Apache-2.0" keywords = ["ffi", "linux"] categories = ["os", "hardware-support"] repository = "https://github.com/kazcw/ipmiraw" [dependencies] libc = "0.2" [build-dependencies] cc = "1.0"