Cargo Features

[dependencies]
ohos_hilog = { version = "0.1.2", default-features = false, features = ["regex"] }
default = regex

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

regex default

Enables regex of env_logger ^0.10

ohos_hilog has 2 features without comments.