oximedia-proxy 0.1.2

Proxy and offline editing workflow system for OxiMedia
Documentation
# 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 = "oximedia-proxy"
version = "0.1.2"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proxy and offline editing workflow system for OxiMedia"
homepage = "https://github.com/cool-japan/oximedia"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oximedia"

[lib]
name = "oximedia_proxy"
path = "src/lib.rs"

[dependencies.num_cpus]
version = "1.17"

[dependencies.oximedia-core]
version = "0.1.2"

[dependencies.oximedia-edl]
version = "0.1.2"

[dependencies.oximedia-metadata]
version = "0.1.2"

[dependencies.oximedia-timecode]
version = "0.1.2"

[dependencies.oximedia-transcode]
version = "0.1.2"

[dependencies.rayon]
version = "1.11"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[lints.clippy]
approx_constant = "allow"
assertions_on_constants = "allow"
assigning_clones = "allow"
await_holding_lock = "allow"
bind_instead_of_map = "allow"
bool_assert_comparison = "allow"
bool_comparison = "allow"
bool_to_int_with_if = "allow"
borrow_as_ptr = "allow"
borrowed_box = "allow"
case_sensitive_file_extension_comparisons = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
comparison_chain = "allow"
dbg_macro = "allow"
debug_assert_with_mut_call = "allow"
decimal_bitwise_operands = "allow"
decimal_literal_representation = "allow"
default_constructed_unit_structs = "allow"
default_trait_access = "allow"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
doc_link_with_quotes = "allow"
doc_markdown = "allow"
doc_overindented_list_items = "allow"
double_ended_iterator_last = "allow"
double_must_use = "allow"
duplicated_attributes = "allow"
enum_variant_names = "allow"
eq_op = "allow"
erasing_op = "allow"
excessive_precision = "allow"
explicit_auto_deref = "allow"
explicit_counter_loop = "allow"
explicit_iter_loop = "allow"
field_reassign_with_default = "allow"
float_cmp = "allow"
float_cmp_const = "allow"
fn_params_excessive_bools = "allow"
for_kv_map = "allow"
format_collect = "allow"
format_push_string = "allow"
identity_op = "allow"
if_not_else = "allow"
if_same_then_else = "allow"
ignore_without_reason = "allow"
ignored_unit_patterns = "allow"
implicit_hasher = "allow"
implicit_saturating_sub = "allow"
incompatible_msrv = "allow"
inconsistent_digit_grouping = "allow"
inefficient_to_string = "allow"
inherent_to_string = "allow"
inherent_to_string_shadow_display = "allow"
inline_always = "allow"
io_other_error = "allow"
ip_constant = "allow"
items_after_statements = "allow"
items_after_test_module = "allow"
iter_cloned_collect = "allow"
iter_without_into_iter = "allow"
large_enum_variant = "allow"
large_futures = "allow"
legacy_numeric_constants = "allow"
len_zero = "allow"
let_and_return = "allow"
manual_abs_diff = "allow"
manual_clamp = "allow"
manual_contains = "allow"
manual_div_ceil = "allow"
manual_is_multiple_of = "allow"
manual_let_else = "allow"
manual_map = "allow"
manual_memcpy = "allow"
manual_midpoint = "allow"
manual_range_contains = "allow"
manual_slice_fill = "allow"
manual_split_once = "allow"
manual_string_new = "allow"
manual_strip = "allow"
many_single_char_names = "allow"
map_unwrap_or = "allow"
match_like_matches_macro = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
mixed_attributes_style = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
must_use_unit = "allow"
needless_bool_assign = "allow"
needless_borrows_for_generic_args = "allow"
needless_continue = "allow"
needless_for_each = "allow"
needless_lifetimes = "allow"
needless_pass_by_value = "allow"
needless_range_loop = "allow"
needless_raw_string_hashes = "allow"
needless_return = "allow"
never_loop = "allow"
new_without_default = "allow"
no_effect = "allow"
no_effect_underscore_binding = "allow"
nonminimal_bool = "allow"
only_used_in_recursion = "allow"
option_as_ref_deref = "allow"
option_map_or_none = "allow"
option_map_unit_fn = "allow"
or_fun_call = "allow"
overly_complex_bool_expr = "allow"
ptr_arg = "allow"
range_plus_one = "allow"
redundant_closure = "allow"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
redundant_field_names = "allow"
redundant_slicing = "allow"
ref_option = "allow"
result_unit_err = "allow"
return_self_not_must_use = "allow"
same_item_push = "allow"
search_is_some = "allow"
self_named_constructors = "allow"
self_only_used_in_recursion = "allow"
should_implement_trait = "allow"
similar_names = "allow"
single_char_pattern = "allow"
single_match_else = "allow"
stable_sort_primitive = "allow"
string_lit_as_bytes = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
to_string_in_format_args = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
type_complexity = "allow"
unchecked_time_subtraction = "allow"
uninlined_format_args = "allow"
unnecessary_cast = "allow"
unnecessary_debug_formatting = "allow"
unnecessary_get_then_check = "allow"
unnecessary_join = "allow"
unnecessary_literal_bound = "allow"
unnecessary_literal_unwrap = "allow"
unnecessary_map_or = "allow"
unnecessary_sort_by = "allow"
unnecessary_to_owned = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"
unreadable_literal = "allow"
unused_async = "allow"
unused_self = "allow"
unusual_byte_groupings = "allow"
unwrap_or_default = "allow"
upper_case_acronyms = "allow"
use_debug = "allow"
used_underscore_binding = "allow"
useless_conversion = "allow"
useless_format = "allow"
useless_vec = "allow"
vec_init_then_push = "allow"
while_let_loop = "allow"
while_let_on_iterator = "allow"
wildcard_imports = "allow"
wrong_self_convention = "allow"

[lints.clippy.all]
level = "warn"
priority = -2

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "allow"
missing_docs = "allow"
unsafe_code = "deny"
unused_must_use = "allow"