# 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.56.1" name = "video-resize" version = "0.1.1" exclude = ["test_files"] description = "Video crop and resize library in Rust, for use with the rav1e/v_frame ecosystem" documentation = "https://docs.rs/video-resize" readme = "README.md" license = "MIT" repository = "https://github.com/shssoichiro/video-resize" [profile.dev] opt-level = 2 [dependencies.anyhow] version = "1.0.66" [dependencies.num-traits] version = "0.2.15" [dependencies.v_frame] version = "0.3.1" [dev-dependencies.image] version = "0.24.5" features = ["png"] default-features = false [dev-dependencies.yuvxyb] version = "0.2.3" [features] default = [] devel = []