# 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 = "yta-rs" version = "0.0.1" description = "Helper crate to download YouTube live streams" readme = "README.md" keywords = [ "youtube-dl", "livestream", "download", ] license = "MIT" [profile.release] opt-level = 3 lto = true strip = true [lib] path = "src/lib.rs" [[bin]] name = "yta-rs" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.29.0" [dependencies.regex] version = "1.8.3" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "stream", ] default-features = false [dependencies.reqwest-middleware] version = "0.2.2" [dependencies.reqwest-retry] version = "0.2.2" [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde-aux] version = "4.2.0" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-retry] version = "0.3.0" [dependencies.tokio-stream] version = "0.1.14"