# 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 = "rsmnl-linux" version = "0.1.0" authors = ["Ken-ichirou MATSUZAWA "] autoexamples = false description = "linux headers for rsmnl" readme = "README.md" keywords = ["netlink", "netfilter", "rsmnl"] license-file = "COPYING" repository = "https://github.com/chamaken/rsmnl-linux" [lib] crate-type = ["rlib"] [[example]] name = "genl-family-get" path = "examples/genl/genl-family-get.rs" [[example]] name = "rtnl-addr-dump" path = "examples/rtnl/rtnl-addr-dump.rs" [[example]] name = "rtnl-link-dump" path = "examples/rtnl/rtnl-link-dump.rs" [[example]] name = "rtnl-link-event" path = "examples/rtnl/rtnl-link-event.rs" [[example]] name = "rtnl-link-set" path = "examples/rtnl/rtnl-link-set.rs" [[example]] name = "rtnl-neigh-dump" path = "examples/rtnl/rtnl-neigh-dump.rs" [[example]] name = "rtnl-route-add" path = "examples/rtnl/rtnl-route-add.rs" [[example]] name = "rtnl-route-dump" path = "examples/rtnl/rtnl-route-dump.rs" [[example]] name = "rtnl-route-event" path = "examples/rtnl/rtnl-route-event.rs" [[example]] name = "nf-log" path = "examples/netfilter/nf-log.rs" [[example]] name = "nf-queue" path = "examples/netfilter/nf-queue.rs" [[example]] name = "nfct-create-batch" path = "examples/netfilter/nfct-create-batch.rs" [[example]] name = "nfct-daemon" path = "examples/netfilter/nfct-daemon.rs" [[example]] name = "nfct-dump" path = "examples/netfilter/nfct-dump.rs" [[example]] name = "nfct-event" path = "examples/netfilter/nfct-event.rs" [dependencies.errno] version = "0.2.7" [dependencies.libc] version = "0.2.101" [dependencies.rsmnl] version = "0.1.0" [dependencies.rsmnl-derive] version = "0.1.0" [dev-dependencies.mio] version = "0.7.13" features = ["os-poll", "os-util", "udp"]