Cargo Features

Libuptest has no features set by default.

[dependencies]
libuptest = { version = "0.1.41", features = ["all", "metadatadecode", "subxthelper", "migrationsearch", "auto-test"] }
all = auto-test, metadatadecode, migrationsearch, subxthelper
metadatadecode all? = desub-current, frame-metadata

Affects decode_extrinsic::decode_extrinsic_hex_string, decode_extrinsic::decodec_to_event_summary, decode_extrinsic::pallet_info, libuptest::decode_extrinsic, libuptest::pallet_storage_parse, ws_mod::get_block_events_lower_case, ws_mod::get_decoded_extrinsics_from_blockhash, ws_mod::event_watch

subxthelper all? = subxt, subxt-macro, subxt-metadata, subxt-signer

Affects libuptest::subxt_helper

migrationsearch all? = flate2, glob, regex, reqwest, tar

Affects libuptest::migration_search

auto-test all?

Affects libuptest::test_generation

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.

desub-current metadatadecode?
flate2 migrationsearch?
frame-metadata metadatadecode?

Enables frame-metadata ^14.2

glob migrationsearch?
regex migrationsearch?
reqwest migrationsearch?

Enables reqwest ^0.11.18

subxt subxthelper?

Enables subxt ^0.30.0

subxt-macro subxthelper?

Enables subxt-macro ^0.30.0

subxt-metadata subxthelper?

Enables subxt-metadata ^0.30.0

subxt-signer subxthelper?

Enables subxt-signer ^0.30.0

tar migrationsearch?