# 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 = "jw_client" version = "1.0.0" authors = ["Soso Alavidze"] build = false exclude = [ "src/main.rs", "src/bin/*", "target/", ".env", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple API wrapper for the JW Player media management API. List or stream library into native Rust structs and download renditions." readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "jw_client" path = "src/lib.rs" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" [dependencies.urlencoding] version = "2.1.3"