termusic-stream 0.7.11

stream download library to support termusic.
Documentation
# 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 = "termusic-stream"
version = "0.7.11"
authors = ["tramhao <haoxinkui@gmail.com>"]
description = "stream download library to support termusic."
homepage = "https://github.com/tramhao/termusic"
readme = "README.md"
keywords = [
    "terminal",
    "tui",
    "music",
    "youtube",
    "podcast",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/tramhao/termusic"
resolver = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.parking_lot]
version = "^0.12"

[dependencies.rangemap]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "cookies",
    "gzip",
    "json",
    "stream",
]

[dependencies.symphonia]
version = "0.5.1"
features = [
    "default",
    "aac",
    "mp3",
    "isomp4",
    "alac",
    "flac",
]

[dependencies.tap]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rodio]
version = "0.17.1"
features = ["symphonia-all"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]

[features]
default = []