<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.toonformat</groupId>
  <artifactId>jtoon</artifactId>
  <version>2.0.0</version>
  <name>Toon</name>
  <description>Token-Oriented Object Notation (TOON) - A compact, human-readable format for LLM contexts</description>
  <url>https://github.com/toon-format/toon-java</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/toon-format/toon-java/blob/main/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>felipestanzani</id>
      <name>Felipe Cesar Stanzani Fonseca</name>
      <email>stanzani@gmail.com</email>
      <url>https://github.com/felipestanzani</url>
    </developer>
    <developer>
      <id>jenspapenhagen</id>
      <name>Jens Papenhagen</name>
      <url>https://github.com/jenspapenhagen</url>
    </developer>
    <developer>
      <id>koinsaari</id>
      <name>Aaro Koinsaari</name>
      <email>aaro.koinsaari@protonmail.ch</email>
      <url>https://github.com/koinsaari</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/toon-format/toon-java.git</connection>
    <developerConnection>scm:git:ssh://github.com:toon-format/toon-java.git</developerConnection>
    <url>https://github.com/toon-format/toon-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tools.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>3.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>tools.jackson.module</groupId>
      <artifactId>jackson-module-blackbird</artifactId>
      <version>3.1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
