resemble-rust 1.1.0

Resemble is the easiest way to clone and synthesize natural voice.
Documentation
# resemble.ai API

[resemble.ai](https://resemble.ai) is a state-of-the-art natural voice cloning and synthesis provider. Best of all, the platform is accessible by using our public API! Sign up [here](https://app.resemble.ai) to get an API token!

This repository hosts a Rust library for convenient usage of the [Resemble API](https://docs.resemble.ai).

# Publishing

1. `git status`: Make sure your working directory has no pending changes.
2. Update the version attribute in `Cargo.toml`
3. `git commit`: Commit this version change.
4. Publish to crates.io:
  ```sh
  cargo publish
  ```