Cargo Features

[dependencies]
libvnc = { version = "0.1.3", default-features = false, features = ["pkg"] }
default = pkg

The pkg feature is set by default whenever libvnc is added without default-features = false somewhere in the dependency tree.

pkg default

Enables pkg of libvnc-sys

libvnc-sys:

Build from libvncserver package

libvnc has 2 features without comments.