Cargo Features

[dependencies]
autonomi = { version = "0.3.4", default-features = false, features = ["full", "external-signer", "extension-module", "fs", "local", "loud", "registers", "vault"] }
default = vault

The vault feature is set by default whenever autonomi is added without default-features = false somewhere in the dependency tree.

full = fs, registers, vault
external-signer

Enables external-signer of ant-evm

Affects client::external_signer

extension-module

Enables pyo3 ^0.20

fs full?

Enables fs of tokio

Affects files::fs, files::fs_public

local

Enables local of ant-evm and ant-networking

loud
registers full? vault

Affects client::registers

vault default full? = registers

Affects client::vault

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 extension-module?

Enables pyo3 ^0.20