Cargo Features
[dependencies]
thisslime = { version = "0.5.1", default-features = false, features = ["tracing", "derive"] }
- default = derive, tracing
-
These default features are set whenever
thisslime
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing, tracing of thisslime-core and optional thisslime-derive
Affects
thisslime::tracing
… - derive default
-
Enables thisslime-derive, derive of thisslime-core