Cargo Features

rdp-rs has no features set by default.

[dependencies]
rdp-rs = { version = "0.1.0", features = ["integration", "mstsc-rs"] }
integration

The reason we do this is because doctests don't get cfg(test) See: https://github.com/rust-lang/cargo/issues/4669

mstsc-rs = clap, hex, libc, minifb, winapi

Required by the mstsc-rs binary

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

hex mstsc-rs?

Enables hex

for mtsc-rs

winapi mstsc-rs?
minifb mstsc-rs?

Enables minifb ^0.15

clap mstsc-rs?

Enables clap ^2.33

libc mstsc-rs?