# 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" rust-version = "1.70" name = "av1an" version = "0.4.3" authors = ["Zen "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library] """ readme = "README.md" keywords = ["video"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/master-of-zen/Av1an" [[bin]] name = "av1an" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.42" [dependencies.av1an-core] version = "0.4.1" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.ffmpeg] version = "2.0.1" features = ["serialize"] package = "ffmpeg-the-third" [dependencies.flexi_logger] version = "0.28.0" features = ["colors"] default-features = false [dependencies.once_cell] version = "1.8.0" [dependencies.path_abs] version = "0.5.1" [dependencies.shlex] version = "1.3.0" [dependencies.thiserror] version = "1.0.30" [build-dependencies.vergen-git2] version = "1.0.0" features = [ "build", "rustc", "cargo", ] [features] default = [] ffmpeg_static = [ "ffmpeg/static", "ffmpeg/build", "av1an-core/ffmpeg_static", ]