# 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 = "fakeyou" version = "0.1.1" authors = ["chnoma"] description = "Library to use FakeYou's AI TTS services" documentation = "https://docs.rs/crate/fakeyou/" readme = "README.md" keywords = [ "ai", "tts", "api", "fakeyou", "voice", ] categories = ["api-bindings"] license = "CC0-1.0" repository = "https://github.com/chnoma/fakeyou.rs" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.24" [dependencies.reqwest] version = "0.11.18" features = [ "json", "cookies", "blocking", ] [dependencies.rodio] version = "0.17.1" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.uuid] version = "1.3.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]