Cargo Features

[dependencies]
koios-sdk = { version = "0.1.1", default-features = false, features = ["full", "rustls-tls", "native-tls"] }
default = rustls-tls

The rustls-tls feature is set by default whenever koios-sdk is added without default-features = false somewhere in the dependency tree.

full = base64, hex
rustls-tls default

Enables reqwest

HTTP and Async

native-tls

Enables native-tls of reqwest

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.

base64 full?

Enables base64

Optional Features

hex full?