Chinchilla by Jonathan Goldman

<PackageReference Include="Chinchilla" Version="0.1.12.3" />

.NET API 76,288 bytes

 Chinchilla 0.1.12.3

Chinchilla is a little library to help make RabbitMq easier to use.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Chinchilla</id>
    <version>0.1.12.3</version>
    <title>Chinchilla</title>
    <authors>Jonathan Goldman</authors>
    <owners>Jonathan Goldman</owners>
    <licenseUrl>https://github.com/jonnii/chinchilla/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://github.com/jonnii/chinchilla</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Chinchilla is a little library to help make RabbitMq easier to use.</description>
    <summary>Making RabbitMq Awesome</summary>
    <language>en-US</language>
    <tags>rabbitmq chinchilla</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="5.0" />
      <dependency id="RabbitMQ.Client" version="3.0" />
    </dependencies>
  </metadata>
</package>