mirror of
https://github.com/mii443/rust.git
synced 2025-08-22 16:25:37 +00:00
18 lines
540 B
TOML
18 lines
540 B
TOML
[package]
|
|
name = "voicevox-client"
|
|
description = "Unofficial voicevox engine wrapper"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
repository = "https://github.com/voicevox-client/rust"
|
|
license = "MIT"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytes = "1.4.0"
|
|
reqwest = { version = "0.11.16", default-features = false, features = ["json", "rustls"] }
|
|
serde = { version = "1.0.159", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.27.0", features = ["full"] }
|