Cargo Features

rdp-rs-2 has no features set by default.

[dependencies]
rdp-rs-2 = { version = "0.1.2", 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.

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?