Cargo Features

[dependencies]
dharitri-sc-snippets = { version = "1.0.1", default-features = false, features = ["http", "dapp", "default-tls", "static-tls"] }
default = default-tls, http

These default features are set whenever dharitri-sc-snippets is added without default-features = false somewhere in the dependency tree.

http default = dharitri-sdk-http, tokio

Affects dharitri-sc-snippets::HttpInteractor, dharitri-sc-snippets::Interactor

dapp = dharitri-sdk-dapp

Affects dharitri-sc-snippets::DappInteractor

default-tls default

Enables default-tls of dharitri-sdk-http

static-tls

Enables static-tls of dharitri-sdk-http

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.

tokio http
dharitri-sdk-dapp dapp?
dharitri-sdk-http default-tls http static-tls?