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 wheneverlibjaka-rs
is added without
somewhere in the dependency tree.default-features = false - 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.