[package] name = "netsnmp-sys" description = "Rust FFI bindings to Net-SNMP" version = "0.1.1" authors = ["Hroi Sigurdsson "] keywords = ["networking", "snmp"] repository = "https://github.com/hroi/netsnmp-sys" documentation = "https://hroi.github.com/netsnmp_sys/" links = "netsnmp" build = "build.rs" license = "BSD-2-Clause" [dependencies] libc = "0.2.*"