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
somewhere in the dependency tree.default-features = false - 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.