# BUILDTIME REQUIREMENTS
* a UNIX-like environment (e.g. [WSL](https://learn.microsoft.com/en-us/windows/wsl/))
* [jq](https://jqlang.github.io/jq/) 1.6+
* POSIX compliant [make](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/make.html)
* [rustup](https://rustup.rs/) 1.28.1+
* [Rust](https://www.rust-lang.org/en-US/)
* [cross](https://crates.io/crates/cross) 4e64366af6095c84fa4f54a0fa5a2ba7d9a271aa
* [Docker](https://www.docker.com/) 28.0.1+
* [GNU](https://www.gnu.org/software/tar/)/[BSD](https://man.freebsd.org/cgi/man.cgi?tar(1))/[Windows](https://ss64.com/nt/tar.html) tar with gzip support
* Provision additional dev tools with `make -f install.mk`
## Recommended
* a host capable of running musl/Linux containers (e.g. a GNU/Linux, musl/Linux, macOS, or Windows host)
* [Docker First Aid Kit](https://github.com/mcandre/docker-first-aid-kit)
* Apply `DOCKER_DEFAULT_PLATFORM` = `linux/amd64` environment variable
* [ASDF](https://asdf-vm.com/) 0.18 (run `asdf reshim` after provisioning)
* [direnv](https://direnv.net/) 2
# INSTALL BINARIES FROM SOURCE
```console
$ make install
```
# UNINSTALL BINARIES
```console
$ make uninstall
```
# SECURITY AUDIT
```console
$ make audit
```
# LINT
```console
$ make lint
```
# TEST
```console
$ make test
```
# PORT
```console
$ make port
```
# PUBLISH
```console
$ make publish
```
# CLEAN
```console
$ make clean
```