//! ## Features
//!
//! By default, SHDP is compiled without any optional features except for `tcp-server`.
//!
//! | Feature | Description |
//! |--------------|-----------------------------------------------------------------|
//! | `serde` | Support for JSON (de)serialization. |
//! | `tcp-server` | Support for server TCP connections. |
//! | `tcp-client` | Support for client TCP connections. |
//! | `ws-server` | Support for server WebSocket connections. (enabled by default). |
//! | `ws-client` | Support for client WebSocket connections. |
//! | `wss-server` | Support for server Secured WebSocket connections. |
//! | `wss-client` | Support for client Secured WebSocket connections. |
//! | `tls-server` | Support for server TLS connections. |
//! | `tls-client` | Support for client TLS connections. |
//! | `debug` | Enable debug logs. |
//!
pub
pub
pub