Cargo Features

[dependencies]
near-prop = { version = "0.1.0", default-features = false, features = ["use_logging", "regex", "macros"] }
default = regex, use_logging

These default features are set whenever near-prop is added without default-features = false somewhere in the dependency tree.

use_logging default = env_logger, log
regex default

Enables regex of env_logger ^0.8.2

macros = near-prop-macros

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.

env_logger regex use_logging

Enables env_logger ^0.8.2

log use_logging
near-prop-macros macros?