# 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 = "api_video" version = "0.2.0" authors = ["Satyam1Vishwakarma"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is unofficial client for api.video written in Rust" readme = "README.md" keywords = [ "api", "video", "api_video", ] license-file = "LICENSE" repository = "https://github.com/Satyam1Vishwakarma/rapi_video" [lib] name = "api_video" path = "src/lib.rs" [dependencies.reqwest] version = "0.12" features = [ "stream", "multipart", "json", "blocking", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["codec"]