{erl_opts, [debug_info]}.

{deps, [thoas]}.

{project_plugins, [rebar3_format, rebar3_hex, rebar3_ex_doc, rebar3_depup]}.

{ex_doc,
 [{main, "README.md"},
  {extras,
   [{"README.md", #{title => "Overview"}},
    {"CHANGELOG.md", #{title => "Changelog"}},
    {"LICENSE.md", #{title => "License (Apache 2.0)"}},
    {"CODE_OF_CONDUCT.md", #{title => "Code of Conduct"}},
    {"CONTRIBUTING.md", #{title => "Contributing"}}]},
  {source_url, <<"https://github.com/cogini/logger_formatter_json">>},
  {homepage_url, <<"https://github.com/cogini/logger_formatter_json">>},
  {skip_undefined_reference_warnings_on, [<<"README.md">>]},
  {api_reference, false}]}.

{hex,
 [{doc, #{provider => ex_doc}}, {hex, [{repos, [#{name => <<"hexpm:jakemorrison">>}]}]}]}.
