# 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.63" name = "av1an-cli" version = "0.4.0" authors = ["Zen "] description = """ Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library] """ keywords = ["video"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/master-of-zen/Av1an" resolver = "1" [[bin]] name = "av1an" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.42" [dependencies.atty] version = "0.2.14" [dependencies.av1an-core] version = "0.4" [dependencies.clap] version = "3.0.0" features = ["derive"] [dependencies.ffmpeg] version = "5.1.1" package = "ffmpeg-next" [dependencies.flexi_logger] version = "0.22.0" features = [ "colors", "use_chrono_for_offset", ] default-features = false [dependencies.once_cell] version = "1.8.0" [dependencies.path_abs] version = "0.5.1" [dependencies.shlex] version = "1.0.0" [dependencies.thiserror] version = "1.0.30" [build-dependencies.vergen] version = "7.0.0" features = [ "git", "build", "rustc", "cargo", ] default-features = false [features] default = [] ffmpeg_static = [ "ffmpeg/static", "ffmpeg/build", "av1an-core/ffmpeg_static", ]