Cargo Features
[dependencies]
selene = { version = "0.27.1", default-features = false, features = ["tracy-profiling", "roblox"] }
- default = roblox
-
The
roblox
feature is set by default wheneverselene
is added without
somewhere in the dependency tree.default-features = false - tracy-profiling = tracy-client
-
Enables profile-with-tracy of profiling
- roblox default = ureq
-
Enables roblox of full_moon ^0.19.0 and selene-lib
full_moon:
backwards compatibility
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