Cargo Features

[dependencies]
orao-solana-vrf-cb = { version = "0.1.0", default-features = false, features = ["cpi", "no-entrypoint", "no-log-ix-name", "idl-build", "sdk"] }
default = sdk

The sdk feature is set by default whenever orao-solana-vrf-cb is added without default-features = false somewhere in the dependency tree.

cpi = no-entrypoint
no-entrypoint cpi? sdk
no-idl no-log-ix-name
idl-build

Enables idl-build of anchor-lang

sdk default = anchor-client, ed25519-dalek, no-entrypoint, thiserror, tokio

Affects wait::WaitFulfilledErrors

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.

anchor-client sdk
ed25519-dalek sdk

Enables ed25519-dalek ^1.0.1

thiserror sdk

Enables thiserror ^1

tokio sdk