smpp-pdu 0.1.4

Parsing support for SMPP PDUs.
Documentation
[dependencies.ascii]
version = "1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.tokio]
features = ["io-util", "macros", "rt", "sync", "test-util"]
version = ">=1.0.1"

[package]
authors = ["Andy Balaam", "The Rust SMPP Developers"]
categories = ["network-programming", "parser-implementations"]
description = "Parsing support for SMPP PDUs.\n"
edition = "2018"
homepage = "https://gitlab.com/andybalaam/rust-smpp-pdu"
include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["pdu", "smpp", "sms"]
license = "MIT OR Apache-2.0"
name = "smpp-pdu"
readme = "README.md"
repository = "https://gitlab.com/andybalaam/rust-smpp-pdu"
version = "0.1.4"