# 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 = "mnl-sys" version = "0.2.1" authors = ["Mullvad VPN ", "Linus Färnstrand "] description = "Low level FFI bindings to libmnl. A minimalistic user-space library oriented to Netlink developers" readme = "README.md" keywords = ["netlink", "libmnl"] categories = ["network-programming", "os::unix-apis", "external-ffi-bindings", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/mullvad/mnl-rs" [dependencies.libc] version = "0.2.41" [build-dependencies.pkg-config] version = "0.3.16" [features] mnl-1-0-4 = [] [badges.travis-ci] repository = "mullvad/mnl-rs"