# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pfv-cli" version = "0.1.7" authors = ["Hazel Stagner"] exclude = [ "*.png", "*.wav", "*.pfv", "/.vscode", ] description = "A CLI tool for encoding PFV video files" readme = "README.md" keywords = [ "codec", "video", "av", ] categories = [ "command-line-utilities", "multimedia::video", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/GlaireDaggers/pfv-cli" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.pfv-rs] version = "0.2.2" [dependencies.resize] version = "0.7.4" [dependencies.rgb] version = "0.8.36" [dependencies.y4m] version = "0.8.0"