The idea is to let users use this crate like so: ```toml proc-lock = { version = "x", features = ["macros"] } ``` and the macro will be compiled only if the "macros" feature is enabled.