{erl_opts, [debug_info]}.

{deps,
 [{telemetry, "~> 1.0"}, {cowlib, "~> 2.0"}, {http_cache_store_behaviour, "~> 0.3.0"}]}.

{minimum_otp_vsn, "24.0"}.

{plugins, [rebar3_format, rebar3_ex_doc, rebar3_hex]}.

{dialyzer, [{plt_extra_apps, [http_cache_store_behaviour]}]}.

{ex_doc,
 [{extras, ["README.md", "CHANGELOG.md"]},
  {main, "README.md"},
  {source_url, "https://github.com/tanguilp/http_cache"}]}.

{hex, [{doc, #{provider => ex_doc}}]}.
