caesura 0.31.0

An all-in-one command line tool to transcode FLAC audio files and upload to gazelle based indexers/trackers
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 = "2024"
name = "caesura"
version = "0.31.0"
authors = [
    "DevYukine <devyukine@gmx.de>",
    "RogueOneEcho",
]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "Cargo.toml",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An all-in-one command line tool to transcode FLAC audio files and upload to gazelle based indexers/trackers"
homepage = "https://github.com/RogueOneEcho/caesura"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/RogueOneEcho/caesura"

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

[[bin]]
name = "caesura"
path = "src/main.rs"

[dependencies.caesura_macros]
version = "0.31.0"

[dependencies.caesura_options]
version = "0.31.0"

[dependencies.cesu8]
version = "1.1.0"

[dependencies.chardetng]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.claxon]
version = "0.4.3"

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.fast_image_resize]
version = "6.0.0"
features = ["image"]

[dependencies.flat_db]
version = "0.6.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.gazelle_api]
version = "0.25.0"

[dependencies.humantime]
version = "2.3.0"

[dependencies.image]
version = "0.25.10"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.indicatif]
version = "0.18.4"

[dependencies.inventory]
version = "0.3.24"

[dependencies.lava_torrent]
version = "0.11.1"

[dependencies.lofty]
version = "0.24.0"

[dependencies.log]
version = "0.4.33"
features = ["std"]

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.more-di]
version = "3.2.1"
features = [
    "async",
    "builder",
]

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.qbittorrent_api]
version = "0.7.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "multipart",
    "stream",
]
default-features = false

[dependencies.rogue_logging]
version = "0.7.3"
features = [
    "log",
    "miette",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha1]
version = "=0.10.6"

[dependencies.similar]
version = "3.1.1"
features = ["unicode"]

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.unicode-normalization]
version = "0.1.25"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.caesura_options]
version = "0.31.0"
features = ["testing"]

[dev-dependencies.gazelle_api]
version = "0.25.0"
features = ["mock"]

[dev-dependencies.image]
version = "0.25.10"
features = [
    "png",
    "jpeg",
]
default-features = false

[dev-dependencies.insta]
version = "1.48.0"
features = ["yaml"]

[dev-dependencies.qbittorrent_api]
version = "0.7.0"
features = ["mock"]

[dev-dependencies.sha2]
version = "=0.10.9"

[lints.clippy]
absolute_paths = "warn"
arithmetic_side_effects = "allow"
as_conversions = "warn"
await_holding_lock = "allow"
bool_to_int_with_if = "allow"
cast_possible_truncation = "warn"
clone_on_ref_ptr = "allow"
default_trait_access = "warn"
enum_glob_use = "allow"
exhaustive_enums = "allow"
exhaustive_structs = "allow"
expect_used = "allow"
get_first = "warn"
if_not_else = "warn"
if_then_some_else_none = "warn"
implicit_return = "allow"
indexing_slicing = "warn"
integer_division = "warn"
just_underscores_and_digits = "allow"
match_same_arms = "warn"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
missing_inline_in_public_items = "allow"
missing_panics_doc = "allow"
mod_module_files = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
neg_multiply = "allow"
new_without_default = "allow"
non_ascii_literal = "allow"
panic = "warn"
pattern_type_mismatch = "allow"
pub_use = "allow"
question_mark_used = "allow"
result_large_err = "allow"
separated_literal_suffix = "allow"
shadow_reuse = "allow"
shadow_same = "allow"
shadow_unrelated = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "allow"
str_to_string = "warn"
string_add = "allow"
struct_field_names = "allow"
tests_outside_test_module = "allow"
unneeded_wildcard_pattern = "warn"
unseparated_literal_suffix = "warn"
unused_self = "warn"
unwrap_used = "warn"
wildcard_enum_match_arm = "allow"
wildcard_imports = "allow"
wrong_self_convention = "allow"

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

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "warn"
invalid_html_tags = "warn"
private_intra_doc_links = "allow"