nettle 7.0.1

Rust bindings for the Nettle cryptographic library
Documentation
# nettle

Rust bindings for the [Nettle cryptographic
library](https://www.lysator.liu.se/~nisse/nettle/).

The documentation for the latest version can also be found
[here](https://sequoia-pgp.gitlab.io/nettle-rs).

# Features

This is a list of feature flags for this crate:

  - `vendored`: Use a packaged version of the Nettle library.  Implies
                static linking.

# Windows

As of now, only the GNU toolchain is supported and the `vendored` feature does
not yet work.

This means that the library has to be installed separately.
In MSYS2/mingw64 environment this can done by running:

```
$ pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-pkg-config mingw-w64-x86_64-nettle
```

# License

This project is licensed under either of

 * GNU General Public License, Version 2.0, ([LICENSE-GPL2]LICENSE-GPL2 or
   https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 * GNU General Public License, Version 3.0, ([LICENSE-GPL3]LICENSE-GPL3 or
   https://www.gnu.org/licenses/gpl.html)
 * GNU Lesser General Public License, Version 3.0, ([LICENSE-LGPL3]LICENSE-LGPL3 or
   https://www.gnu.org/licenses/lgpl.html)

at your option.