<div align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/automata-network/automata-brand-kit/main/PNG/ATA_White%20Text%20with%20Color%20Logo.png">
    <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/automata-network/automata-brand-kit/main/PNG/ATA_Black%20Text%20with%20Color%20Logo.png">
    <img src="https://raw.githubusercontent.com/automata-network/automata-brand-kit/main/PNG/ATA_White%20Text%20with%20Color%20Logo.png" width="50%">
  </picture>
</div>

# cargo-sgx

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

A tool for building SGX Enclave Libraries, designed to work in conjunction with automata-sgx-sdk. For detailed, please refer to: [automata-sgx-sdk](https://github.com/automata-network/automata-sgx-sdk)