ffplayout/Cargo.toml
2022-02-28 18:01:17 +01:00

32 lines
654 B
TOML

# cargo-features = ["strip"]
[package]
name = "ffplayout-engine-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4"
clap = { version = "3.0.14", features = ["derive"] }
ffprobe = "0.3"
file-rotate = "0.6.0"
log = "0.4.14"
#notify = { version = "5.0.0-pre.13", features = ["serde"] }
notify = "4.0.17"
rand = "0.8.5"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
simplelog = { version = "^0.11.2", features = ["paris"] }
tokio = { version = "1.16.1", features = ["full"] }
walkdir = "2"
[[bin]]
name = "ffplayout"
path = "src/main.rs"
[profile.release]
# strip = true
lto = true