-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (34 loc) · 914 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "mpegts_to_s3"
version = "0.9.1"
description = "MPEG-TS UDP to S3/MinIO HLS VOD and UDP Re-cast"
keywords = ["mpegts", "s3", "hls", "udp"]
categories = ["command-line-utilities"]
readme = "README.md"
license-file = "LICENSE"
homepage = "https://github.com/groovybits/mpegts_to_s3"
repository = "https://github.com/groovybits/mpegts_to_s3"
authors = ["groovybits"]
edition = "2021"
# Build release optimized with debug info
[profile.release]
opt-level = 3
debug = true
[dependencies]
aws-config = "1.0.1"
aws-sdk-s3 = "1.3.0"
aws-types = "1.0.1"
clap = { version = "4.3.3", features = ["derive"] }
pcap = "0.10.0"
tokio = { version = "1.34.0", features = ["full"] }
notify = "5.1.0"
log = "0.4.25"
chrono = "0.4.39"
socket2 = "0.5.8"
get_if_addrs = "0.5.3"
aws-smithy-runtime-api = "1.7.3"
futures = "0.3.31"
env_logger = "0.11.6"
libc = "0.2.169"
ffmpeg-next = "7.1.0"
ffmpeg-sys-next = "7.1.0"