<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm</groupId>
  <artifactId>msgpackr</artifactId>
  <version>1.12.1</version>
  <name>msgpackr</name>
  <description>Ultra-fast MessagePack implementation with extensions for records and structured cloning</description>
  <url>https://github.com/kriszyp/msgpackr#readme</url>
  <organization>
    <name>Kris Zyp</name>
    <url>https://github.com/kriszyp/msgpackr#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>kriszyp</name>
      <email>kriszyp@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>ssh://git@github.com/kriszyp/msgpackr.git</connection>
    <developerConnection>ssh://git@github.com/kriszyp/msgpackr.git</developerConnection>
    <url>ssh://git@github.com/kriszyp/msgpackr</url>
  </scm>
  <issueManagement>
    <url>https://github.com/kriszyp/msgpackr/issues</url>
  </issueManagement>
</project>
