# 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 = "2018" rust-version = "1.70" name = "dcv-color-primitives" version = "0.6.1" authors = ["Fabio Lagalla "] description = "a library to perform image color model conversion" readme = "README.md" keywords = [ "colors", "converter", "rgb", "yuv", "video", ] categories = ["graphics"] license = "MIT-0" repository = "https://github.com/aws/dcv-color-primitives" [lib] name = "dcv_color_primitives" crate-type = [ "staticlib", "rlib", ] [[bench]] name = "benches" harness = false [dependencies.paste] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.itertools] version = "0.10" [dev-dependencies.rand] version = "0.8" [features] test_instruction_sets = [] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_os=\"linux\")".dev-dependencies.perf-event] version = "0.4.6"