# 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 = "textsynth" version = "0.1.0" description = "A (unofficial) wrapper for the TextSynth API, a text synthesization service." keywords = ["api", "textsynth", "machine-learning", "synthesis"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ALinuxPerson/textsynth" resolver = "2" [lib] doctest = false [dependencies.arrayvec] version = "0.7.2" features = ["serde"] [dependencies.bounded-integer] version = "0.5.1" features = ["serde", "types"] [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3.19" [dependencies.once_cell] version = "1.9.0" [dependencies.reqwest] version = "0.11.9" features = ["json", "stream"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.tap] version = "1.0.1" [dev-dependencies.anyhow] version = "1.0.52" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.15.0" features = ["rt-multi-thread", "macros"] [features] serde_derives = []