blob: 7d7610424816b7d8920b537cd29af962a62ef6b9 [file] [log] [blame]
# 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 = "eui48"
version = "0.4.6"
authors = ["Andrew Baumhauer <andy@baumhauer.us>", "<rlcomstock3@github.com>", "Michal 'vorner' Vaner <vorner+github@vorner.cz>"]
exclude = [".gitignore", ".travis.yml", ".gitlab-ci.yml", ".travis/*"]
description = "A library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access\ncontrol addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an\nabbreviation for Extended Unique Identifier.\n"
homepage = "https://github.com/abaumhauer/eui48"
readme = "README.md"
keywords = ["EUI-48", "MAC", "MAC-48", "networking", "MACADDR"]
categories = ["network-programming", "parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/abaumhauer/eui48"
[dependencies.rustc-serialize]
version = "0.3.24"
[dependencies.serde]
version = "1.0.80"
optional = true
[dependencies.serde_json]
version = "1.0.37"
optional = true
[features]
default = []
disp_hexstring = []
[badges.appveyor]
branch = "master"
repository = "abaumhauer/eui48"
service = "github"
[badges.codecov]
branch = "master"
repository = "abaumhauer/eui48"
service = "github"
[badges.gitlab]
branch = "master"
repository = "abaumhauer/eui48"
[badges.travis-ci]
branch = "master"
repository = "abaumhauer/eui48"