Cargo Features

[dependencies]
libjaka-rs = { version = "0.1.3", default-features = false, features = ["debug", "ffi", "to_py"] }
default = debug

The debug feature is set by default whenever libjaka-rs is added without default-features = false somewhere in the dependency tree.

debug default
ffi to_py?

Affects libjaka-rs::ffi

to_py = ffi, pyo3

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.

pyo3 to_py?