Cargo Features

[dependencies]
oslog = { version = "0.2.0", default-features = false, features = ["logger"] }
default = logger

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

logger default = dashmap, log

Enables support for the log crate.

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.

log logger
dashmap logger