# 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.75" name = "sentryshot_scale" version = "0.1.2" description = "Port of FFmpeg's image scaler" readme = "README.md" keywords = [ "video", "ffmpeg", ] categories = [ "multimedia", "multimedia::images", ] license = "MPL-2.0+" repository = "https://codeberg.org/SentryShot/sentryshot-media" [lib] doctest = false [dependencies.sentryshot_padded_bytes] version = "0.1.0" [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" [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"