Crates.io | tss-esapi |
lib.rs | tss-esapi |
version | |
source | src |
created_at | 2020-01-15 11:42:15.671831+00 |
updated_at | 2024-12-14 11:06:17.153177+00 |
description | Rust-native wrapper around TSS 2.0 Enhanced System API |
homepage | |
repository | https://github.com/parallaxsecond/rust-tss-esapi |
max_upload_size | |
id | 198607 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is the high-level, Rust idiomatic wrapper crate that exposes an interface to TSS.
This crate depends on the tss-esapi-sys
crate for its
FFI interface. By default, pre-generated bindings are used. If you'd like the
bindings to be generated at build time, please enable either the
generate-bindings
feature - the FFI bindings will then be generated at build
time using the headers identified on the system.
Our end-goal is to achieve a fully Rust-native interface that offers strong safety and security guarantees. Check out our documentation for an overview of our code safety approach.
For more information on cross-compiling the tss-esapi
crate, please see the README of the tss-esapi-sys
crate.
Copyright 2021 Contributors to the Parsec project.