# 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 = "elevenlabs-api" version = "0.1.1" authors = ["jercan_alex27@yahoo.com"] description = "A very simple Rust library for Elevenlabs API, free from complex async operations and redundant dependencies." homepage = "https://github.com/alexjercan/elevenlabs-api" readme = "README.md" keywords = [ "elevenlabs-api", "elevenlabs", "api", ] categories = ["api-bindings"] license = "MIT" [[example]] name = "tts" path = "examples/tts.rs" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.ureq] version = "2.7.1" features = [ "json", "tls", ]