sframe 0.2.3

pure rust implementation of SFrame draft-ietf-sframe-enc-01
Documentation
<?xml version="1.0" encoding="utf-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:b2a2d9e7-5c7a-420d-af28-9efbc9e6321d" version="1">
  <metadata>
    <timestamp>2022-12-13T12:50:39.233909345Z</timestamp>
    <tools>
      <tool>
        <vendor>CycloneDX</vendor>
        <name>cargo-cyclonedx</name>
        <version>0.3.7</version>
      </tool>
    </tools>
    <authors>
      <author>
        <name>Tobias Waurick</name>
        <email>tobias.waurick@goto.com</email>
      </author>
      <author>
        <name>Hendrik Sollich</name>
        <email>hendrik.sollich@goto.com</email>
      </author>
      <author>
        <name>Richard Haehne</name>
        <email>richard.haehne@goto.com</email>
      </author>
    </authors>
    <component type="library" bom-ref="pkg:cargo/sframe@0.1.0">
      <name>sframe</name>
      <version>0.1.0</version>
      <description>pure rust implementatio of SFrame draft-ietf-sframe-enc-01</description>
      <scope>required</scope>
      <licenses>
        <expression>MIT OR Apache-2.0</expression>
      </licenses>
      <purl>pkg:cargo/sframe@0.1.0</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://docs.rs/sframe/</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/goto-opensource/sframe-rs</url>
        </reference>
      </externalReferences>
    </component>
  </metadata>
  <components>
    <component type="library" bom-ref="pkg:cargo/bitfield@0.14.0">
      <name>bitfield</name>
      <version>0.14.0</version>
      <description>This crate provides macros to generate bitfield-like struct.</description>
      <scope>required</scope>
      <licenses>
        <expression>MIT OR Apache-2.0</expression>
      </licenses>
      <purl>pkg:cargo/bitfield@0.14.0</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://docs.rs/bitfield</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/dzamlo/rust-bitfield</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:cargo/log@0.4.17">
      <name>log</name>
      <version>0.4.17</version>
      <description>A lightweight logging facade for Rust </description>
      <scope>required</scope>
      <licenses>
        <expression>MIT OR Apache-2.0</expression>
      </licenses>
      <purl>pkg:cargo/log@0.4.17</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://docs.rs/log</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/rust-lang/log</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:cargo/num-integer@0.1.45">
      <name>num-integer</name>
      <version>0.1.45</version>
      <description>Integer traits and functions</description>
      <scope>required</scope>
      <licenses>
        <expression>MIT OR Apache-2.0</expression>
      </licenses>
      <purl>pkg:cargo/num-integer@0.1.45</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://docs.rs/num-integer</url>
        </reference>
        <reference type="website">
          <url>https://github.com/rust-num/num-integer</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/rust-num/num-integer</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:cargo/ring@0.16.20">
      <name>ring</name>
      <version>0.16.20</version>
      <description>Safe, fast, small crypto using Rust.</description>
      <scope>required</scope>
      <purl>pkg:cargo/ring@0.16.20</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://briansmith.org/rustdoc/ring/</url>
        </reference>
        <reference type="other">
          <url>ring-asm</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/briansmith/ring</url>
        </reference>
      </externalReferences>
    </component>
    <component type="library" bom-ref="pkg:cargo/thiserror@1.0.37">
      <name>thiserror</name>
      <version>1.0.37</version>
      <description>derive(Error)</description>
      <scope>required</scope>
      <licenses>
        <expression>MIT OR Apache-2.0</expression>
      </licenses>
      <purl>pkg:cargo/thiserror@1.0.37</purl>
      <externalReferences>
        <reference type="documentation">
          <url>https://docs.rs/thiserror</url>
        </reference>
        <reference type="vcs">
          <url>https://github.com/dtolnay/thiserror</url>
        </reference>
      </externalReferences>
    </component>
  </components>
</bom>