{erl_opts, [debug_info]}.
{deps, []}.

{pre_hooks,  [{compile, "make -C c_src"}]}.
{post_hooks, [{clean,   "make -C c_src clean"}]}.

{plugins, [rebar3_hex, rebar3_ex_doc]}.

{hex, [{doc, ex_doc}]}.

{ex_doc, [
    {extras, [
      {"README.md", #{title => "Overview"}},
      {"LICENSE",   #{title => "License"}}
    ]},
    {main,          "README.md"},
    {source_url,    "https://github.com/saleyn/simdjsone"}
]}.

{profiles, [
  {test, [
    {deps, [
      {thoas, {git, "https://github.com/lpil/thoas.git"}},
      {jiffy, "1.1.1"}
    ]},
    {extra_src_dirs, ["test"]}
  ]}
]}.
