# 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 = "d-id" version = "0.1.0" authors = ["rwxbytes "] description = "A library for interacting with D-ID's API" readme = "README.md" keywords = [ "d-id", "text-to-video", "ai", ] license = "MIT" repository = "https://github.com/rwxbytes/d-id" [dependencies.async-native-tls] version = "0.5.0" features = ["runtime-tokio"] default-features = false [dependencies.base64] version = "0.21.4" [dependencies.bytes] version = "1.4.0" [dependencies.futures-util] version = "0.3.28" [dependencies.http-body] version = "1.0.0-rc.2" [dependencies.http-body-util] version = "0.1.0-rc.3" [dependencies.hyper] version = "1.0.0-rc.4" features = ["full"] [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_bytes] version = "0.11.12" [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.webrtc] version = "0.9.0"