Cargo Features

hitori-macros has no features set by default.

[dependencies]
hitori-macros = { version = "0.2.3", features = ["find-hitori", "debug"] }
find-hitori = proc-macro-crate
debug = rust-format

Affects utils::debug

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.

proc-macro-crate find-hitori?

Enables proc-macro-crate ^1.3.1

rust-format debug?