Cargo Features
[dependencies]
ferric_crypto_lib = { version = "0.2.7", default-features = false, features = ["python-integration", "parallel", "debug", "custom-enconding"] }
- default = custom-enconding, parallel
-
These default features are set whenever
ferric_crypto_lib
is added without
somewhere in the dependency tree.default-features = false - python-integration
-
Enables pyo3-helper-macros, extension-module and multiple-pymethods of pyo3 ^0.20.0
Affects
utils::print_info
,utils::python_integration
… - parallel default
- sequential debug
- custom-enconding default