# 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" rust-version = "1.80" name = "twitch-hls-client" version = "1.3.12" authors = ["2bc4 <119853089+2bc4@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal CLI client for watching/recording Twitch streams" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/2bc4/twitch-hls-client" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "twitch-hls-client" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chunked_transfer] version = "1.5" [dependencies.flate2] version = "1.0" [dependencies.getrandom] version = "0.2" features = ["std"] [dependencies.log] version = "0.4" features = [ "std", "max_level_debug", ] [dependencies.pico-args] version = "0.5" features = ["eq-separator"] [dependencies.rustls] version = "0.23" features = [ "ring", "std", "tls12", ] default-features = false [dependencies.rustls-native-certs] version = "0.7" [features] colors = [] debug-logging = ["rustls/logging"] default = ["colors"] [lints.clippy] module-name-repetitions = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"