# 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.64.0" name = "yuvxyb" version = "0.4.1" build = false exclude = [ "test_data", "yuvxyb-dump", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "yuvxyb" path = "src/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.av-data] version = "0.4.2" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" [dependencies.v_frame] version = "0.3.8" [dependencies.yuvxyb-math] version = "0.1.0" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.image] version = "0.25" features = ["png"] default-features = false [dev-dependencies.interpolate_name] version = "0.2.3" [dev-dependencies.rand] version = "0.8.5" [features] default = ["fastmath"] fastmath = ["yuvxyb-math/fastmath"]