Cargo Features

[dependencies]
roboplc = { version = "0.5.2", default-features = false, features = ["full", "eapi", "pipe", "rvideo", "rflow", "modbus", "metrics", "async", "locking-default", "locking-rt", "locking-rt-safe", "json", "msgpack", "snmp2"] }
default = locking-default

The locking-default feature is set by default whenever roboplc is added without default-features = false somewhere in the dependency tree.

full = async, eapi, json, metrics, modbus, msgpack, pipe, rflow, rvideo
eapi full?

Enables busrt, eva-common, eva-sdk, hostname ^0.3.1, once_cell, and tokio

Affects io::eapi

pipe full?

Enables io-util, macros, process, rt and time of tokio

Affects io::pipe

rvideo full?

Enables rvideo

Affects roboplc::serve_rvideo

rflow full?

Enables rflow

Affects roboplc::serve_rflow

modbus full?

Enables rmodbus

Affects io::modbus

metrics full?

Enables metrics, metrics-exporter-prometheus, metrics-exporter-scope, and tokio

Affects roboplc::metrics_exporter, roboplc::metrics_exporter_install

async full?

Enables parking_lot_rt

Affects roboplc::hub_async

locking-default default

Enables parking_lot, parking_lot of rtsc, locking-default of optional rflow, locking-default of optional rvideo

locking-rt

Enables parking_lot_rt, locking-rt of optional rflow and optional rvideo

locking-rt-safe

Enables locking-rt-safe of optional rflow and optional rvideo

json full?

Enables serde_json

Affects roboplc::state

msgpack full?

Enables rmp-serde

Affects roboplc::state

Features from optional dependencies

snmp2 implicit feature

Enables snmp2 ^0.3

snmp2:

SNMP v1/v2/v3 sync/async client library with traps and MIB support