# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "netlink-socket" version = "0.0.2" authors = ["Corentin Henry "] description = "netlink sockets, with optional integration with mio and tokio" homepage = "https://github.com/little-dude/netlink" readme = "../README.md" keywords = ["netlink", "ip", "linux"] license = "MIT" license-file = "../LICENSE-MIT" repository = "https://github.com/little-dude/netlink" [dependencies.futures] version = "0.1.22" optional = true [dependencies.libc] version = "0.2.42" [dependencies.log] version = "0.4.3" [dependencies.mio] version = "0.6.15" optional = true [dependencies.tokio-reactor] version = "0.1.2" optional = true [features] default = [] mio_support = ["mio"] tokio_support = ["mio_support", "tokio-reactor", "futures"]