# 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.61.0" name = "yuvxyb" version = "0.4.0" exclude = [ "test_data", "yuvxyb-dump", ] description = "Conversions between YUV (YCbCr), XYB, and other colorspaces" homepage = "https://github.com/rust-av/yuvxyb" documentation = "https://docs.rs/yuvxyb" readme = "README.md" license = "MIT" repository = "https://github.com/rust-av/yuvxyb" [[bench]] name = "benches" harness = false [dependencies.av-data] version = "0.4.2" [dependencies.log] version = "0.4.17" [dependencies.nalgebra] version = "0.32.2" features = ["std"] default-features = false [dependencies.num-traits] version = "0.2.15" [dependencies.paste] version = "1.0.9" [dependencies.thiserror] version = "1.0.40" [dependencies.v_frame] version = "0.3.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.image] version = "0.24.4" [dev-dependencies.interpolate_name] version = "0.2.3" [dev-dependencies.rand] version = "0.8.5" [features] default = ["fastmath"] fastmath = []