{pre_hooks, [{"(linux|darwin)", compile, "make nif_compile DRIVER_REV=v8.13.26 DRIVER_SRC=archive"}]}.
{post_hooks, [{"(linux|darwin)", clean, "make nif_clean"}]}.
{artifacts, ["priv/phonenumber_util_nif.so"]}.
{plugins, [rebar3_hex]}.
{deps, [
{trie, "2.0.7"}
]}.
{eunit_tests, [{dir, "test"}]}.
{eunit_opts, [{sys_config, ["test/sys.config"]}]}.
{erl_opts, [
warn_unused_vars,
warn_shadow_vars,
warn_unused_import,
warn_unused_function,
warn_bif_clash,
warn_unused_record,
warn_deprecated_function,
warn_obsolete_guard,
strict_validation,
warn_export_vars,
warn_exported_vars,
warn_export_all,
warnings_as_errors
]}.