Cargo Features

[dependencies]
jinko = { version = "0.3.0-jinx7", default-features = false, features = ["std", "repl", "ffi"] }
default = ffi, repl, std

These default features are set whenever jinko is added without default-features = false somewhere in the dependency tree.

std default

Affects io_trait::JkStdReader

Required by the binary

repl default = linefeed
ffi default = libffi, libloading

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.

linefeed repl
libffi ffi

Enables libffi ^2.0.0

libloading ffi

Enables libloading ^0.7