Cargo Features
[dependencies]
cute-log = { version = "2.2.0", default-features = false, features = ["std", "timestamp", "local_timestamp"] }
- default = timestamp
-
The
timestamp
feature is set by default whenevercute-log
is added without
somewhere in the dependency tree.default-features = false - std
- timestamp default local_timestamp? = time
- local_timestamp = timestamp
-
Enables local-offset of time
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.
- time not android wasm32 local_timestamp? timestamp