aws-nitro-enclaves-attestation-ffi 0.1.0

C/C++ bindings for attestation primitives library for use in AWS Nitro Enclave applications.
Documentation
[build-dependencies.cbindgen]
version = "0.18.0"
[dependencies.aws-nitro-enclaves-attestation]
version = "0.1.0"

[dependencies.libc]
version = "0.2.91"
[dev-dependencies.inline-c]
version = "0.1.5"

[lib]
crate-type = ["cdylib", "staticlib"]
name = "nitroattest"

[package]
authors = ["ppmag <mybestexpert@gmail.com>"]
build = "build.rs"
categories = ["development-tools::ffi", "hardware-support", "parser-implementations", "cryptography"]
description = "C/C++ bindings for attestation primitives library for use in AWS Nitro Enclave applications."
edition = "2018"
homepage = "https://github.com/ppmag/aws-nitro-enclaves-attestation/tree/main/ffi"
keywords = ["aws", "amazon", "enclave", "nitro", "attestation"]
license = "Apache-2.0"
name = "aws-nitro-enclaves-attestation-ffi"
readme = "../README.md"
repository = "https://github.com/ppmag/aws-nitro-enclaves-attestation"
version = "0.1.0"