28 lines
1.2 KiB
TOML
28 lines
1.2 KiB
TOML
[package]
|
|
name = "text_video_agent_client"
|
|
version = "1.0.6"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
description = "Rust client for Text Video Agent API - A comprehensive AI content generation service supporting image generation, video generation, audio synthesis, lip sync, digital human creation, and LLM inference"
|
|
keywords = ["api", "client", "video", "ai", "generation"]
|
|
categories = ["api-bindings", "multimedia", "web-programming::http-client"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/your-repo/text-video-agent-rust-sdk"
|
|
homepage = "https://github.com/your-repo/text-video-agent-rust-sdk"
|
|
documentation = "https://docs.rs/text_video_agent_client"
|
|
readme = "README.md"
|
|
|
|
[workspace]
|
|
# This is a standalone package, not part of a workspace
|
|
|
|
[dependencies]
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
|
|
serde_json = "^1.0"
|
|
serde_repr = "^0.1"
|
|
url = "^2.5"
|
|
reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.0", features = ["full"] }
|