# 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 = "elikoga-textsynth" version = "0.1.2" authors = ["Eli Kogan-Wang "] description = "Text synth api client" homepage = "https://github.com/elikoga/elikoga-textsynth-rs/" documentation = "https://docs.rs/elikogs-textsynth/" readme = "README.md" keywords = [ "textsynth", "nlp", "gpt", "textgen", "api", ] categories = [ "api-bindings", "text-processing", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/elikoga/elikoga-textsynth-rs/" resolver = "2" [package.metadata.release] pre-release-hook = [ "cargo", "test", ] [dependencies.bytes] version = "1" [dependencies.derive_builder] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "2" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]