# 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 = "ab-av1" version = "0.8.0" authors = ["Alex Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AV1 encoding with fast VMAF sampling" readme = "README.md" keywords = [ "av1", "vmaf", ] license = "MIT" repository = "https://github.com/alexheretic/ab-av1" [profile.release] opt-level = "s" lto = true strip = true [[bin]] name = "ab-av1" path = "src/main.rs" [dependencies.anyhow] version = "1.0.53" [dependencies.async-stream] version = "0.3.5" [dependencies.blake3] version = "1.3.3" [dependencies.clap] version = "4" features = [ "derive", "env", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.clap_complete] version = "4.4.10" [dependencies.console] version = "0.15.4" [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.11.3" features = [ "auto-color", "humantime", ] default-features = false [dependencies.fastrand] version = "2" [dependencies.ffprobe] version = "0.4" [dependencies.futures-util] version = "0.3.19" [dependencies.humantime] version = "2.1" [dependencies.indicatif] version = "0.17" [dependencies.infer] version = "0.16" default-features = false [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.shell-escape] version = "0.1.5" [dependencies.sled] version = "0.34.7" [dependencies.time] version = "0.3" features = [ "parsing", "macros", ] [dependencies.tokio] version = "1.15" features = [ "rt", "macros", "process", "fs", "signal", ] [dependencies.tokio-process-stream] version = "0.4" [dependencies.tokio-stream] version = "0.1" [lints.rust] unused_crate_dependencies = "deny"