Cargo Features

[dependencies]
clvm_rs = { version = "0.1.17", default-features = false, features = ["extension-module", "openssl"] }
default = extension-module

The extension-module feature is set by default whenever clvm_rs is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 =0.14.2

pyo3:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

Features from optional dependencies

openssl implicit feature

Enables openssl

openssl:

OpenSSL bindings