# 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 = "iori" version = "0.0.1" authors = ["Yesterday17 "] description = "A brand new m3u8 stream downloader" license = "Apache-2.0" repository = "https://github.com/Yesterday17/iori" [[example]] name = "pipe" required-features = ["tokio/full"] [dependencies.aes] version = "0.8.2" [dependencies.async-recursion] version = "1.0.5" [dependencies.block-buffer] version = "0.10.4" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.data-url] version = "0.3.1" [dependencies.futures-util] version = "0.3.30" features = ["io"] [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.m3u8-rs] version = "5.0.5" [dependencies.mp4decrypt] version = "0.4.2" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.24" features = [ "rustls", "stream", ] default-features = false [dependencies.tempfile] version = "3.10.0" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1" [dependencies.url] version = "2.5.0" [dev-dependencies.anyhow] version = "1.0.81" [dev-dependencies.pretty_env_logger] version = "0.5.0"