PACKAGE

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
  <name>email</name>
  <version>0.8.0</version>
  <description>Pub/sub and service middleware using emails.</description>
  <maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
  <license>Apache License 2.0</license>
  <url type="website">https://github.com/christophebedard/rmw_email</url>
  <url type="repository">https://github.com/christophebedard/rmw_email</url>
  <url type="bugtracker">https://github.com/christophebedard/rmw_email/issues</url>
  <author email="bedard.christophe@gmail.com">Christophe Bedard</author>

  <buildtool_depend>ament_cmake</buildtool_depend>
  <buildtool_depend>ament_cmake_ros_core</buildtool_depend>

  <build_depend>spdlog_vendor</build_depend>
  <build_depend>spdlog</build_depend>

  <!-- Only actually used if libcurl isn't found on the system -->
  <depend>libcurl_vendor</depend>
  <depend>rcpputils</depend>
  <depend>rcutils</depend>
  <depend>yaml_cpp_vendor</depend>

  <exec_depend>spdlog_vendor</exec_depend>
  <exec_depend>spdlog</exec_depend>

  <test_depend>ament_cmake_gtest</test_depend>
  <test_depend>ament_lint_auto</test_depend>
  <test_depend>ament_lint_common</test_depend>

  <export>
    <build_type>ament_cmake</build_type>
  </export>
</package>