[[bin]]
name = "ffrs"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.regex]
version = "1.0"
[dependencies.subprocess]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.0"
[lib]
name = "ffrs"
path = "src/lib.rs"
[package]
authors = ["Imam Ali Mustofa <darkterminal@duck.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia"]
description = "A CLI tool that translates plain English commands into ffmpeg commands"
documentation = "https://docs.rs/ffrs"
edition = "2021"
homepage = "https://github.com/darkterminal/ffrs"
keywords = ["cli", "ffmpeg", "media", "conversion", "utility"]
license = "MIT"
name = "ffrs"
readme = "README.md"
repository = "https://github.com/darkterminal/ffrs"
version = "0.1.0"
[[test]]
name = "deterministic_behavior"
path = "tests/deterministic_behavior.rs"
[[test]]
name = "quickstart_validation"
path = "tests/quickstart_validation.rs"