zap-stream-core/Cargo.toml
kieran 9c4969cf95
All checks were successful
continuous-integration/drone/push Build is passing
Audio codec libfdk_aac
2024-03-27 16:33:43 +00:00

25 lines
713 B
TOML

[package]
name = "stream-core"
version = "0.1.0"
edition = "2021"
[dependencies]
srt-tokio = "0.4.3"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "sync"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
pretty_env_logger = "0.5.0"
bytes = "1.5.0"
tokio-stream = "0.1.14"
futures-util = "0.3.30"
async-trait = "0.1.77"
log = "0.4.21"
ffmpeg-sys-next = { version = "6.1.0", features = ["avformat", "avcodec", "swscale", "avfilter"] }
libc = "0.2.153"
pretty-hex = "0.4.1"
uuid = { version = "1.8.0", features = ["v4", "serde"] }
serde = { version = "1.0.197", features = ["derive"] }
config = { version = "0.14.0", features = ["toml"] }
url = "2.5.0"
itertools = "0.12.1"
warp = "0.3.6"