# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aws-nitro-enclaves-attestation-ffi" version = "0.1.0" authors = ["ppmag "] build = "build.rs" description = "C/C++ bindings for attestation primitives library for use in AWS Nitro Enclave applications." homepage = "https://github.com/ppmag/aws-nitro-enclaves-attestation/tree/main/ffi" readme = "../README.md" keywords = ["aws", "amazon", "enclave", "nitro", "attestation"] categories = ["development-tools::ffi", "hardware-support", "parser-implementations", "cryptography"] license = "Apache-2.0" repository = "https://github.com/ppmag/aws-nitro-enclaves-attestation" [lib] name = "nitroattest" crate-type = ["cdylib", "staticlib"] [dependencies.aws-nitro-enclaves-attestation] version = "0.1.0" [dependencies.libc] version = "0.2.91" [dev-dependencies.inline-c] version = "0.1.5" [build-dependencies.cbindgen] version = "0.18.0"