{erl_opts, [debug_info, {d, maps_support}]}.
{edoc_opts, [{dir, "edoc"}]}.
{deps, [{erlware_commons, "1.6.0"},
        {hackney, "1.18.0"},
        {jsx, "3.0.0"}
       ]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
          {source_url, <<"https://github.com/aws-beam/aws-erlang/">>},
          {extras, [<<"README.md">>, <<"LICENSE.md">>]},
          {main, <<"readme">>}]}.
