# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "revc" version = "0.2.0" authors = ["Rain Liu "] description = "Rust Essential Video Coding (MPEG-5 EVC)" homepage = "https://github.com/revcx/revc" documentation = "https://github.com/revcx/revc" license = "MIT" repository = "https://github.com/revcx/revc" [profile.dev] opt-level = 0 [[bin]] name = "revcd" path = "src/bin/revcd.rs" required-features = ["binaries"] [[bin]] name = "revce" path = "src/bin/revce.rs" required-features = ["binaries"] [dependencies.clap] version = "2" optional = true default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.y4m] version = "0.6" optional = true [features] binaries = ["clap", "y4m"] default = ["binaries"] trace = [] trace_bin = ["trace"] trace_coef = ["trace"] trace_cudata = ["trace"] trace_dbf = ["trace"] trace_me = ["trace"] trace_pred = ["trace"] trace_reco = ["trace"] trace_resi = ["trace"]