# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nightfall" version = "0.1.8" authors = ["Valerian G. "] description = "Nightfall is a library allowing on-demand video transcoding and streaming." documentation = "https://docs.rs/nightfall" license = "GPL-2.0" repository = "https://github.com/vgarleanu/nightfall" [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] version = "1.0.115" features = ["derive"] [dependencies.serde_derive] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" [dependencies.slog] version = "2.7.0" [dependencies.tokio] version = "1.5.0" features = ["process", "io-util", "io-std", "macros", "time", "rt"] [dependencies.tokio-stream] version = "0.1.5" features = ["io-util"] [dependencies.uuid] version = "0.8.1" features = ["v4"] [dependencies.xtra] version = "0.5.1" [dependencies.xtra_proc] version = "0.1.0" [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] version = "^0.3.9" features = ["winerror", "synchapi", "minwinbase"]