[package]
name = "network-check-sum"
version = "0.1.4"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "RFC 1141 / RFC 1071 check sums, psuedo-headers and cryptographic authentication"
homepage = "https://github.com/lemonrock/network"
readme = "README.md"
keywords = ["network", "checksum"]
categories = ["authentication", "network-programming"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/network.git"
[dependencies.network-endian]
version = "^0.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"