# 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 = "rawsock" version = "0.3.0" authors = ["Szymon Wieloch "] description = "Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring (pfring) using a consistent API for all of them." readme = "README.md" keywords = ["packet", "socket", "pf_ring", "wpcap", "pcap"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/szymonwieloch/rust-rawsock" [[example]] name = "dynamic" [[example]] name = "static" [[example]] name = "list_interfs" [[example]] name = "loop" [[example]] name = "thread_loop" [dependencies.bitflags] version = "1.1.0" [dependencies.dlopen] version = "0.1.7" [dependencies.dlopen_derive] version = "0.1.4" [dependencies.errno] version = "0.2.4" [dependencies.libc] version = "0.2.60" [dependencies.time] version = "0.1" [dev-dependencies.crossbeam-utils] version = "0.6.6" [badges.is-it-maintained-open-issues] repository = "szymonwieloch/rust-rawsock" [badges.travis-ci] branch = "master" repository = "szymonwieloch/rust-rawsock"