resemble-rust 1.1.0

Resemble is the easiest way to clone and synthesize natural voice.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "resemble-rust"
version = "1.1.0"
edition = "2018"
description = "Resemble is the easiest way to clone and synthesize natural voice."
license = "MIT"

[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
reqwest = { version = "0.11.4", features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
lazy_static = "1.4.0"