stream-recorder 0.1.0

A tool for recording live streams and mirroring them to various platforms.
# 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 = "2024"
name = "stream-recorder"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for recording live streams and mirroring them to various platforms."
homepage = "https://github.com/sn0w12/stream-recorder-rs"
readme = "README.md"
keywords = [
    "streaming",
    "recording",
    "live",
    "video",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/sn0w12/stream-recorder-rs"

[features]
default = ["discord"]
discord = ["discord-webhook2"]

[[bin]]
name = "stream-recorder"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bunkr-client]
version = "0.1.4"
default-features = false

[dependencies.chrono]
version = "0.4"

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

[dependencies.colour]
version = "2.1.0"

[dependencies.cookie]
version = "0.18"

[dependencies.dirs]
version = "6.0"

[dependencies.discord-webhook2]
version = "0.4"
optional = true

[dependencies.fs2]
version = "0.4"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.iso8601-timestamp]
version = "0.1"

[dependencies.keyring]
version = "3.6"
features = [
    "windows-native",
    "linux-native",
]

[dependencies.paste]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "multipart",
    "stream",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.scopeguard]
version = "1.2"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
    "process",
    "signal",
    "fs",
]

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dependencies.walkdir]
version = "2.5"

[profile.release]
opt-level = 3
lto = true
panic = "abort"
strip = true