Cargo Features

[dependencies]
system_uri = { version = "0.4.0", default-features = false, features = ["ffi"] }
default = ffi

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

ffi default = ffi_utils, libc

Affects system_uri::ffi

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.

ffi_utils ffi

Enables ffi_utils ~0.4.0

libc ffi