Cargo Features

[dependencies]
selene = { version = "0.27.1", default-features = false, features = ["tracy-profiling", "roblox"] }
default = roblox

The roblox feature is set by default whenever selene is added without default-features = false somewhere in the dependency tree.

tracy-profiling = tracy-client

Enables profile-with-tracy of profiling

roblox default = ureq

Enables roblox of full_moon and selene-lib

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.

tracy-client tracy-profiling?

Enables tracy-client ^0.14.1

Do not update this without confirming profiling uses the same version

ureq roblox