# 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-api" version = "0.3.0" authors = ["jercan_alex27@yahoo.com"] description = "A very simple Rust library for FakeYou API." homepage = "https://github.com/alexjercan/fakeyou-api" readme = "README.md" keywords = [ "fakeyou-api", "fakeyou", "api", ] categories = ["api-bindings"] license = "MIT" [[example]] name = "tts" path = "examples/tts.rs" [[example]] name = "voices" path = "examples/voices.rs" [[example]] name = "categories" path = "examples/categories.rs" [dependencies.reqwest] version = "0.11.18" features = [ "json", "blocking", "default-tls", "native-tls", ] default-features = false [dependencies.serde] version = "1.0.167" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.thiserror] version = "1.0.43" [dependencies.uuid] version = "1.4.0" features = ["v4"]