blob: ca3613f36a5159440ceafcef90dd7b890c068a20 [file] [log] [blame] [edit]
# 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_base"
version = "0.27.2"
authors = ["Robert Clipsham <[email protected]>", "Linus Färnstrand <[email protected]>"]
description = "Fundamental base types and code used by pnet."
homepage = "https://github.com/libpnet/libpnet"
readme = "../README.md"
keywords = ["networking", "ethernet"]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/libpnet/libpnet"
[package.metadata.docs.rs]
features = ["serde"]
[dependencies.serde]
version = "~1"
optional = true
default-features = false
[dev-dependencies.serde_test]
version = "~1"