instant-epp 0.4.0

EPP client library for async Rust
Documentation
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <create>
      <create xmlns="urn:ietf:params:xml:ns:domain-1.0">
        <name>example.com</name>
        <period unit="y">2</period>
        <ns>
          <hostObj>ns1.example.com</hostObj>
          <hostObj>ns2.example.com</hostObj>
        </ns>
        <registrant>jd1234</registrant>
        <contact type="admin">sh8013</contact>
        <contact type="tech">sh8013</contact>
        <authInfo>
          <pw>2fooBAR</pw>
        </authInfo>
      </create>
    </create>
    <extension>
      <create xmlns="urn:ietf:params:xml:ns:secDNS-1.1">
        <keyData>
          <flags>257</flags>
          <protocol>3</protocol>
          <alg>1</alg>
          <pubKey>AQPJ////4Q==</pubKey>
        </keyData>
      </create>
    </extension>
    <clTRID>cltrid:1626454866</clTRID>
  </command>
</epp>