Cargo Features

[dependencies]
sma-proto = { version = "1.0.1", default-features = false, features = ["std", "client"] }
default = std

The std feature is set by default whenever sma-proto is added without default-features = false somewhere in the dependency tree.

std default client?

Enables std of byteorder

Affects message::SmaEmMessage.payload, get_day_data::SmaInvGetDayData.records

client = std

Enables socket2 and tokio

Affects sma-proto::client