semtech-udp 0.5.1

Semtech UDP provides serialization and deserialization of packets complying with the Semtech UDP protocol
Documentation
[[example]]
name = "server"
required-features = ["server"]

[[example]]
name = "server_split"
required-features = ["server"]

[[example]]
name = "client"
required-features = ["client"]

[[example]]
name = "mux"
required-features = ["client", "server"]
[dependencies.arrayref]
version = "0"

[dependencies.base64]
version = "0"

[dependencies.num_enum]
version = "0"

[dependencies.rand]
version = "0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "0"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["rt", "net"]
optional = true
version = "1"
[dev-dependencies.structopt]
default-features = false
version = "0.3.2"

[dev-dependencies.tokio]
features = ["macros", "sync", "time", "rt-multi-thread"]
version = "1"

[features]
client = ["tokio"]
default = []
server = ["tokio"]

[package]
authors = ["Louis Thiery <thiery.louis@gmail.com>"]
description = "Semtech UDP provides serialization and deserialization of packets complying with the Semtech UDP protocol"
edition = "2018"
keywords = ["lorawan", "iot", "lpwan", "semtech"]
license = "Apache-2.0"
name = "semtech-udp"
repository = "https://github.com/helium/semtech-udp/"
version = "0.5.1"