Cargo Features

rs1090 has no features set by default.

[dependencies]
rs1090 = { version = "0.4.13", features = ["rtlsdr", "sero", "ssh"] }
rtlsdr = soapysdr

Affects source::rtlsdr

sero = dirs, prost, reqwest, tonic

Affects source::sero

ssh = async-recursion, bytes, dirs, http, hyper-util, makiko, ssh2-config, tower

Affects beast::TunnelledWsStream, source::ssh

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-recursion ssh?
bytes ssh?
dirs sero? ssh?
http ssh?
hyper-util ssh?
makiko ssh?
prost sero?
reqwest sero?
soapysdr rtlsdr?
ssh2-config ssh?
tonic sero?

Enables tonic ^0.12.3

tower ssh?