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>
        <update>
            <update xmlns="urn:ietf:params:xml:ns:contact-1.0">
                <id>eppdev-contact-3</id>
                <add>
                    <status s="clientTransferProhibited" />
                </add>
                <rem>
                    <status s="clientDeleteProhibited" />
                </rem>
                <chg>
                    <postalInfo type="loc">
                        <name>John Doe</name>
                        <org>Acme Widgets</org>
                        <addr>
                            <street>58</street>
                            <street>Orchid Road</street>
                            <city>Paris</city>
                            <sp>Paris</sp>
                            <pc>392374</pc>
                            <cc>FR</cc>
                        </addr>
                    </postalInfo>
                    <voice>+33.47237942</voice>
                    <email>newemail@eppdev.net</email>
                    <authInfo>
                        <pw>eppdev-387323</pw>
                    </authInfo>
                </chg>
            </update>
        </update>
        <clTRID>cltrid:1626454866</clTRID>
    </command>
</epp>