licenses.dev

tss-esapi v7.0.0

Rust-native wrapper around TSS 2.0 Enhanced System API

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT59
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitfield • 0.13.2This crate provides macros to generate bitfield-like struct.DIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cpufeatures • 0.2.14Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
enumflags2_derive • 0.7.10Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.INDIRECT4
enumflags2 • 0.7.10Enum-based bit flagsDIRECT5
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment variable. DIRECT24
hamming • 0.1.3Count ones, fast (aka popcount, hamming weight). This provides a performant popcount and bitwise hamming distance for a slice of bytes. INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
humantime • 2.1.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
num-derive • 0.3.3Numeric syntax extensionsDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
once_cell • 1.14.0Single assignment cells and lazy values.INDIRECT0
pest • 2.1.3The Elegant ParserINDIRECT1
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
primal-bit • 0.3.2Bit-vector specialised to the prime-number-related needs of `primal`. INDIRECT1
primal-check • 0.3.4Fast standalone primality testing. INDIRECT3
primal-estimate • 0.3.3State-of-the-art estimation of upper and lower bounds for π(n) (the number of primes below n) and p_k (the k-th prime). INDIRECT0
primal-sieve • 0.3.7A high performance prime sieve. INDIRECT4
primal • 0.3.3`primal` puts raw power into prime numbers. This crates includes: optimised prime sieves, checking for primality, enumerating primes, factorising numbers, and state-of-the-art estimation of upper and lower bounds for π(n) (the number of primes below n) and p_k (the k-th prime). DIRECT9
proc-macro2 • 1.0.65A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.30Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
rustc_version • 0.3.3A library for querying the version of a installed rustc compilerINDIRECT4
semver-parser • 0.10.2Parsing of the semver spec. INDIRECT2
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
serde_derive • 1.0.193Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.193A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 1.0.107Parser for Rust source codeINDIRECT3
syn • 2.0.32Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.39Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.39derive(Error)INDIRECT5
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
ucd-trie • 0.1.4A trie for storing Unicode codepoint sets and maps. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
zeroize_derive • 1.4.2Custom derive support for zeroizeINDIRECT4
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! DIRECT5
MIT4
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
hostname-validator • 1.1.1Validate hostnames according to IETF RFC 1123DIRECT0
mbox • 0.6.1malloc-based box. Supports wrapping pointers or null-terminated strings returned from malloc as a Rust type, which will be free'd on drop. DIRECT14
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.01
PackageRelationDependenciesPublished
tss-esapi-sys • 0.3.0FFI wrapper around TSS 2.0 Enhanced System APIDIRECT2
Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsINDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/tss-esapi)](https://licenses.dev/cargo/tss-esapi)
<a href="https://licenses.dev/cargo/tss-esapi">
  <img src="https://licenses.dev/b/cargo/tss-esapi" alt="licenses" />
</a>

Or the licenses badge code for the 7.0.0 version:

[![licenses](https://licenses.dev/b/cargo/tss-esapi/7.0.0)](https://licenses.dev/cargo/tss-esapi/7.0.0)
<a href="https://licenses.dev/cargo/tss-esapi/7.0.0">
  <img src="https://licenses.dev/b/cargo/tss-esapi/7.0.0" alt="licenses" />
</a>
GitHub