Cargo Features

ttv-tmi has no features set by default.

[dependencies]
ttv-tmi = { version = "0.1.1", features = ["all", "reqwest_client", "surf_client", "allow_unknown_fields"] }
all = reqwest_client, surf_client
reqwest_client all?

Enables reqwest_client of twitch_api2 ^0.5.0-alpha.2

surf_client all?

Enables surf_client of twitch_api2 ^0.5.0-alpha.2

allow_unknown_fields

Enables allow_unknown_fields of twitch_api2 ^0.5.0-alpha.2

ttv-tmi has 4 features without comments.