surge-wave 1.0.0

A blazingly fast M3U8 downloader with Surge-inspired cyberpunk TUI
# 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 = "surge-wave"
version = "1.0.0"
authors = ["WinMin <bestswngs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast M3U8 downloader with Surge-inspired cyberpunk TUI"
readme = "README.md"
keywords = [
    "m3u8",
    "downloader",
    "tui",
    "surge",
    "streaming",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/winmin/surge-wave"

[[bin]]
name = "surge-wave"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.crossterm]
version = "0.27"

[dependencies.futures]
version = "0.3"

[dependencies.m3u8-rs]
version = "5.0"

[dependencies.ratatui]
version = "0.26"

[dependencies.reqwest]
version = "0.11"
features = ["stream"]

[dependencies.shellexpand]
version = "3.1"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.url]
version = "2.5"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true