ffmpeg-screen-recorder 1.0.7

This program is a gadget which helps you use FFmpeg to record your screen on Linux. The video record can be saved as a file, or be streamed via RTMP protocol.
Documentation
# 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]
name = "ffmpeg-screen-recorder"
version = "1.0.7"
authors = ["Magic Len <len@magiclen.org>"]
description = "This program is a gadget which helps you use FFmpeg to record your screen on Linux. The video record can be saved as a file, or be streamed via RTMP protocol."
homepage = "https://magiclen.org/ffmpeg-screen-recorder"
readme = "README.md"
keywords = ["ffmpeg", "cli", "screenrecord"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/magiclen/FFmpeg-Screen-Recorder"
[profile.release]
panic = "abort"
[dependencies.chrono]
version = "0.4.4"

[dependencies.clap]
version = "2.32.0"

[dependencies.nix]
version = "0.11.0"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.subprocess]
version = "0.1.13"

[dependencies.terminal_size]
version = "0.1"
[badges.travis-ci]
branch = "master"
repository = "magiclen/FFmpeg-Screen-Recorder"