nightfall 0.1.8

Nightfall is a library allowing on-demand video transcoding and streaming.
[dependencies.async-trait]
version = "0.1.49"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.err-derive]
version = "0.3.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.115"

[dependencies.serde_derive]
version = "1.0.115"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.slog]
version = "2.7.0"

[dependencies.tokio]
features = ["process", "io-util", "io-std", "macros", "time", "rt"]
version = "1.5.0"

[dependencies.tokio-stream]
features = ["io-util"]
version = "0.1.5"

[dependencies.uuid]
features = ["v4"]
version = "0.8.1"

[dependencies.xtra]
version = "0.5.1"

[dependencies.xtra_proc]
version = "0.1.0"

[package]
authors = ["Valerian G. <valerian.garleanu@pm.me>"]
description = "Nightfall is a library allowing on-demand video transcoding and streaming."
documentation = "https://docs.rs/nightfall"
edition = "2018"
license = "GPL-2.0"
name = "nightfall"
repository = "https://github.com/vgarleanu/nightfall"
version = "0.1.8"

[target."cfg(unix)".dependencies.nix]
version = "0.20.0"

[target."cfg(unix)".dependencies.psutil]
version = "3.2.0"

[target."cfg(windows)".dependencies.ntapi]
version = "^0.3.6"

[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "synchapi", "minwinbase"]
version = "^0.3.9"