Cargo Features

ISO-TP has no features set by default.

[dependencies]
iso-tp = { version = "0.1.0-alpha.5", features = ["full", "socket", "transport"] }
full = socket, transport
socket full? = async-hal, embedded-hal, futures, pin-project-lite
transport full? = async-hal, futures

Affects iso-tp::transport

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-hal socket? transport?
embedded-hal socket?

Enables embedded-hal ^0.2.7

futures socket? transport?
pin-project-lite socket?