Cargo Features

fil_types has no features set by default.

[dependencies]
fil_types = { version = "0.2.2", features = ["json", "proofs"] }
json = base64, forest_json_utils

Enables json of forest_bigint

Affects fil_types::genesis, post::json

proofs = commcid, filecoin-proofs-api

Affects fil_types::verifier

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.

commcid proofs?
filecoin-proofs-api proofs?

Enables filecoin-proofs-api ^9

base64 json?

Enables base64 ^0.13

forest_json_utils json?