[package] name = "machnet" version = "0.1.9" edition = "2021" authors = ["Vahab Jabrayilov "] description = "A Rust FFI bindings for Machnet" repository = "https://github.com/microsoft/machnet/tree/rust" # repository = "https://github.com/microsoft/machnet/tree/rust/bindings/rust" license = "MIT" categories= ["networking","ffi","dpdk"] keywords = ["networking","ffi","dpdk"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.69.4"