{application,hackney,
             [{description,"Simple HTTP client with HTTP/1.1, HTTP/2, and HTTP/3 support"},
              {vsn,"2.0.0"},
              {registered,[hackney_pool]},
              {applications,[kernel,stdlib,crypto,asn1,public_key,ssl,idna,
                             mimerl,certifi,ssl_verify_fun,
                             unicode_util_compat]},
              {included_applications,[]},
              {mod,{hackney_app,[]}},
              {env,[{timeout,150000},
                    {max_connections,50},
                    {restart,permanent},
                    {shutdown,10000},
                    {maxr,10},
                    {maxt,1},
                    {default_protocols,[http2,http1]}]},
              {licenses,["Apache-2.0"]},
              {links,[{"GitHub","https://github.com/benoitc/hackney"},
                      {"Changelog",
                       "https://github.com/benoitc/hackney/blob/master/NEWS.md"}]},
              {files,["src","include","c_src","do_cmake.sh","do_quic.sh",
                      "rebar.config","rebar.lock","README.md","NEWS.md",
                      "GETTING_STARTED.md","CONTRIBUTING.md","DEVELOPMENT.md",
                      "guides","LICENSE","NOTICE","MAINTAINERS"]}]}.
