# 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] edition = "2018" name = "netlink-wg" version = "0.1.0" authors = ["Manuel Schölling "] description = "API for netlink (with a focus on WireGuard interfaces)" documentation = "https://docs.rs/netlink-wg" license = "GPL-3.0" repository = "https://github.com/manuels/netlink-wg" [dependencies.byteorder] version = "1.2.7" [dependencies.bytes] version = "0.4.11" [dependencies.encoding_rs] version = "0.8.13" [dependencies.enum_primitive] version = "0.1.1" [dependencies.futures] version = "0.1.25" [dependencies.libc] version = "0.2.46" [dependencies.log] version = "0.4.6" [dependencies.mio] version = "0.6.16" [dependencies.nix] version = "0.12.0" [dependencies.nom] version = "4.1.1" [dependencies.pretty_assertions] version = "0.5.1" [dependencies.taikai] version = "0.1.0" [dependencies.tokio] version = "0.1" features = ["async-await-preview"] [dependencies.tuple_utils] version = "0.3.0"