# 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 = "pnet_bandwhich_fork" version = "0.23.1" authors = ["Robert Clipsham "] build = "build.rs" description = "Cross-platform, low level networking using the Rust programming language." homepage = "https://github.com/libpnet/libpnet" readme = "README.md" keywords = ["networking", "transport", "datalink", "packet", "protocol"] categories = ["network-programming", "parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/libpnet/libpnet" [dependencies.ipnetwork] version = "0.15.0" [dependencies.pnet_base_bandwhich_fork] version = "0.23.0" [dependencies.pnet_datalink_bandwhich_fork] version = "0.23.1" [dependencies.pnet_packet] version = "0.23.0" [dependencies.pnet_sys_bandwhich_fork] version = "0.23.0" [dependencies.pnet_transport] version = "0.23.0" [dev-dependencies.time] version = ">=0.1" [features] appveyor = [] benchmark = [] netmap = ["pnet_datalink_bandwhich_fork/netmap_sys", "pnet_datalink_bandwhich_fork/netmap"] pcap = ["pnet_datalink_bandwhich_fork/pcap"] serde = ["pnet_base_bandwhich_fork/serde"] travis = []