Cargo Features

w5500-tls has no features set by default.

[dependencies]
w5500-tls = { version = "0.4.0", features = ["defmt", "eh0", "eh1", "log", "p256-cm4"] }
defmt

Enables defmt-03 of heapless, defmt of w5500-hl and defmt

optional

eh0

Enables eh0 of w5500-hl

eh1

Enables eh1 of w5500-hl

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

p256-cm4 implicit feature

Enables p256-cm4

p256-cm4:

P256-Cortex-M4 re-written in rust