{<<"links">>,
 [{<<"GitHub">>,<<"https://github.com/danschultzer/premailex">>},
  {<<"Sponsor">>,<<"https://github.com/sponsors/danschultzer">>}]}.
{<<"name">>,<<"premailex">>}.
{<<"version">>,<<"0.3.20">>}.
{<<"description">>,
 <<"Add inline styling to your HTML emails, and transform them to text">>}.
{<<"elixir">>,<<"~> 1.11">>}.
{<<"app">>,<<"premailex">>}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"files">>,
 [<<"lib">>,<<"lib/premailex">>,<<"lib/premailex/http_adapter">>,
  <<"lib/premailex/http_adapter/httpc.ex">>,
  <<"lib/premailex/html_to_plain_text.ex">>,
  <<"lib/premailex/html_parser.ex">>,<<"lib/premailex/util.ex">>,
  <<"lib/premailex/html_inline_styles.ex">>,<<"lib/premailex/html_parser">>,
  <<"lib/premailex/html_parser/meeseeks.ex">>,
  <<"lib/premailex/html_parser/floki.ex">>,
  <<"lib/premailex/http_adapter.ex">>,<<"lib/premailex/css_parser.ex">>,
  <<"lib/premailex.ex">>,<<"LICENSE">>,<<"mix.exs">>,<<"README.md">>]}.
{<<"requirements">>,
 [[{<<"name">>,<<"floki">>},
   {<<"app">>,<<"floki">>},
   {<<"optional">>,false},
   {<<"requirement">>,<<"~> 0.19">>},
   {<<"repository">>,<<"hexpm">>}],
  [{<<"name">>,<<"meeseeks">>},
   {<<"app">>,<<"meeseeks">>},
   {<<"optional">>,true},
   {<<"requirement">>,<<"~> 0.11">>},
   {<<"repository">>,<<"hexpm">>}],
  [{<<"name">>,<<"certifi">>},
   {<<"app">>,<<"certifi">>},
   {<<"optional">>,true},
   {<<"requirement">>,<<">= 0.0.0">>},
   {<<"repository">>,<<"hexpm">>}],
  [{<<"name">>,<<"ssl_verify_fun">>},
   {<<"app">>,<<"ssl_verify_fun">>},
   {<<"optional">>,true},
   {<<"requirement">>,<<">= 0.0.0">>},
   {<<"repository">>,<<"hexpm">>}]]}.
{<<"build_tools">>,[<<"mix">>]}.
