2022-06-21 17:10:38 -04:00
|
|
|
[package]
|
|
|
|
name = "ffplayout-lib"
|
|
|
|
description = "Library for ffplayout"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Jonathan Baecker jonbae77@gmail.com"]
|
|
|
|
readme = "README.md"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.10.2"
|
2022-06-21 17:10:38 -04:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-23 17:14:36 -04:00
|
|
|
chrono = { git = "https://github.com/chronotope/chrono.git" }
|
2022-06-21 17:10:38 -04:00
|
|
|
crossbeam-channel = "0.5"
|
|
|
|
ffprobe = "0.3"
|
|
|
|
file-rotate = { git = "https://github.com/Ploppz/file-rotate.git", branch = "timestamp-parse-fix" }
|
|
|
|
jsonrpc-http-server = "18.0"
|
2022-07-02 17:01:51 -04:00
|
|
|
lettre = "0.10"
|
2022-06-21 17:10:38 -04:00
|
|
|
log = "0.4"
|
|
|
|
notify = "4.0"
|
|
|
|
rand = "0.8"
|
|
|
|
regex = "1"
|
|
|
|
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
serde_yaml = "0.8"
|
|
|
|
shlex = "1.1"
|
|
|
|
simplelog = { version = "^0.12", features = ["paris"] }
|
|
|
|
time = { version = "0.3", features = ["formatting", "macros"] }
|
|
|
|
walkdir = "2"
|
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-musl.dependencies]
|
|
|
|
openssl = { version = "0.10", features = ["vendored"] }
|