enarx 0.7.0

Tools for deploying WebAssembly into Enarx Keeps
<p align="center">
<img align="center" src="https://enarx.dev/assets/images/enarx-word-black-300x750-bg.png"/>
<br>
<br>
<a href="https://github.com/enarx/enarx/actions/workflows/test.yml"><img alt="Test Status", src="https://github.com/enarx/enarx/actions/workflows/test.yml/badge.svg"></a>
<a href="https://github.com/enarx/enarx/labels/bug"><img alt="Bug Status", src="https://img.shields.io/github/issues-raw/enarx/enarx/bug"></a>
<a href="https://github.com/enarx/enarx/pulse"><img alt="Maintenance Status", src="https://img.shields.io/github/commit-activity/y/enarx/enarx"></a>
<a href="https://codecov.io/gh/enarx/enarx"><img alt="Coverage Status", src="https://codecov.io/gh/enarx/enarx/branch/main/graph/badge.svg?token=03QIZXNJ2Y"></a>
</p>

# Enarx

PLEASE NOTE: As of version 0.7, the Enarx binary crate is no longer published to crates.io. 
In the past we encouraged users to install Enarx from crates.io via `cargo install`, 
however, we now encourage users to use the official binary releases for each platform 
as described in our quickstart guide at https://enarx.dev/docs/Quickstart . 
For developers, we encourage you to build from source as described in our installation 
guide at https://enarx.dev/docs/Install . 
We strive for reproducible builds, so you should be able to verify that the official binaries 
that we provide are reproducible from the source code that can be found in our official 
repository at https://github.com/enarx/enarx . 
If you find that you cannot reproduce the binaries, or if you have any other problems, 
please file issues at https://github.com/enarx/enarx/issues . 
For more information about Enarx, please see our website at https://enarx.dev/ .