# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "voicevox-rs" version = "0.4.7" authors = ["nomissbowling "] description = "voicevox client library for Rust" homepage = "https://crates.io/crates/voicevox-rs" documentation = "https://docs.rs/voicevox-rs/" readme = "README.md" keywords = [ "voicevox", "voice", "vocoder", "audio", "synthesizer", ] categories = [ "multimedia", "multimedia::audio", "simulation", "api-bindings", ] license = "MIT" repository = "https://github.com/nomissbowling/voicevox-rs" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "voicevox" [dependencies.aho-corasick] version = "1.0.4" [dependencies.csv] version = "1.2.2" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "cookies", "json", ] [dependencies.rodio] version = "0.17.1" [dependencies.serde] version = "1.0.171" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.105" [dependencies.serde_urlencoded] version = "0.7.1"