mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-16 08:59:35 +00:00
fix: srt
This commit is contained in:
@ -8,16 +8,16 @@ name = "zap-stream-core"
|
||||
path = "src/bin/zap_stream_core.rs"
|
||||
|
||||
[features]
|
||||
default = ["test-pattern"]
|
||||
default = ["test-pattern", "srt"]
|
||||
srt = ["dep:srt-tokio"]
|
||||
zap-stream = [
|
||||
"dep:nostr-sdk",
|
||||
"dep:zap-stream-db",
|
||||
"dep:fedimint-tonic-lnd",
|
||||
"dep:reqwest",
|
||||
"tokio/fs",
|
||||
"dep:base64",
|
||||
"dep:sha2",
|
||||
"tokio/fs",
|
||||
]
|
||||
test-pattern = ["dep:resvg", "dep:usvg", "dep:tiny-skia", "dep:fontdue", "dep:ringbuf", "zap-stream-db/test-pattern"]
|
||||
|
||||
@ -43,8 +43,10 @@ m3u8-rs = "6.0.0"
|
||||
chrono = "^0.4.38"
|
||||
hex = "0.4.3"
|
||||
|
||||
# test-pattern
|
||||
# srt
|
||||
srt-tokio = { version = "0.4.3", optional = true }
|
||||
|
||||
# test-pattern
|
||||
resvg = { version = "0.44.0", optional = true }
|
||||
usvg = { version = "0.44.0", optional = true }
|
||||
tiny-skia = { version = "0.11.4", optional = true }
|
||||
|
Reference in New Issue
Block a user