sentryshot_convert 0.1.2

Port of FFmpeg's pixel format converter
Documentation
[dependencies.sentryshot_util]
version = "0.1.2"

[dependencies.thiserror]
version = "1.0.40"

[dev-dependencies.pretty-hex]
version = "0.4.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.test-case]
version = "3.0.0"

[lib]
doctest = false

[lints.clippy]
as_conversions = "warn"
dbg_macro = "warn"
empty_structs_with_brackets = "warn"
enum_glob_use = "allow"
get_unwrap = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
negative_feature_names = "warn"
no_effect_underscore_binding = "allow"
pedantic = "warn"
pub_without_shorthand = "warn"
rc_mutex = "warn"
redundant_feature_names = "warn"
redundant_type_annotations = "warn"
ref_patterns = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
str_to_string = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unwrap_used = "warn"

[package]
categories = ["multimedia", "multimedia::images"]
description = "Port of FFmpeg's pixel format converter"
edition = "2021"
keywords = ["video", "ffmpeg"]
license = "MPL-2.0+"
name = "sentryshot_convert"
readme = "README.md"
repository = "https://codeberg.org/SentryShot/sentryshot-media"
rust-version = "1.75"
version = "0.1.2"