﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TriunniaLabs.Memory.Protected</id>
    <version>0.3.7</version>
    <authors>Triunnia Labs</authors>
    <description>This package introduces Protected{T}, which encrypts its data in-memory and keeps it encrypted until decryption is specifically requested.  The unencrypted value is not stored in memory.  The secret can be converted to a message for secure transmission or serialization over untrusted channels.</description>
    <copyright>Triunnia Labs</copyright>
    <repository type="git" commit="0a2d8ff81469e24986442bbadb7392de692eacd1" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="MessagePack" version="3.1.4" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="10.0.5" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>