[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
categories = ["data-structures", "network-programming"]
description = "Unsigned integers to make it easier and more efficient to work with network endian data."
exclude = ["*"]
homepage = "https://github.com/lemonrock/network"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
keywords = ["bytes", "endian"]
license = "AGPL-3.0"
name = "network-endian"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/network.git"
version = "0.1.5"