Cargo Features

self_encryption has no features set by default.

[dependencies]
self_encryption = { version = "0.31.0", features = ["python"] }
python = serde_json

Enables pyo3 =0.20.3

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 python?

Enables pyo3 =0.20.3

serde_json python?