smolapps 0.1.4

A collection of application-layer protocols built on top of smoltcp.
Documentation
[dependencies.byteorder]
default-features = false
version = "1.3.4"

[dependencies.log]
default-features = false
optional = true
version = "0.4.8"

[dependencies.managed]
default-features = false
version = "0.7.1"

[dependencies.smoltcp]
default-features = false
version = "0.6.0"

[dev-dependencies.env_logger]
version = "0.7.1"

[[example]]
name = "sntp"
required-features = ["std", "sntp", "tap"]

[[example]]
name = "tftp"
required-features = ["std", "tftp", "tap"]

[features]
default = ["ipv4", "sntp", "tftp"]
ipv4 = ["smoltcp/proto-ipv4"]
sntp = ["smoltcp/socket-udp"]
std = ["smoltcp/std", "managed/std"]
tap = ["log", "smoltcp/ethernet", "smoltcp/phy-tap_interface"]
tftp = ["smoltcp/socket-udp"]

[package]
authors = ["Pietro Lorefice <pietro.lorefice@gmail.com>"]
categories = ["embedded", "network-programming", "no-std"]
description = "A collection of application-layer protocols built on top of smoltcp."
edition = "2018"
homepage = "https://github.com/plorefice/smolapps"
keywords = ["smoltcp", "network"]
license = "MIT OR Apache-2.0"
name = "smolapps"
readme = "README.md"
repository = "https://github.com/plorefice/smolapps"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true