[dependencies.defmt]
optional = true
version = "0.3.8"
[dependencies.heapless]
version = "0.8.0"
[dependencies.log]
default-features = false
optional = true
version = "0.4.22"
[dependencies.num_enum]
default-features = false
version = "0.7.3"
[features]
defmt = ["dep:defmt", "defmt?/ip_in_core"]
log = ["dep:log"]
[lib]
name = "ppproto"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std", "network-programming"]
description = "Point-to-Point Protocol (PPP) for embedded systems. `no-std` compatible, no alloc (heap) required."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ppproto"
readme = "README.md"
repository = "https://github.com/embassy-rs/ppproto"
version = "0.2.0"