# 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.80" name = "subtile" version = "0.3.0" authors = [ "Eric Kidd ", "Gwen Lg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate of utils to operate traitements on subtitles" readme = "README.md" keywords = [ "subtitle", "library", "parse", "vobsub", "pgs", ] categories = [ "command-line-utilities", "encoding", "multimedia::encoding", "parser-implementations", ] license = "LGPL-3.0-or-later" repository = "https://github.com/gwen-lg/subtile" [lib] name = "subtile" path = "src/lib.rs" [dependencies.cast] version = "0.3" [dependencies.image] version = "0.25" features = ["png"] default-features = false [dependencies.iter_fixed] version = "0.4" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.once_cell] version = "1.19" [dependencies.profiling] version = "1.0" [dependencies.regex] version = "1.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.glob] version = "0.3" [badges.maintenance] status = "actively-developed" [lints.clippy] bind_instead_of_map = "deny" borrowed_box = "deny" cast_lossless = "deny" clone_on_copy = "deny" derive_partial_eq_without_eq = "deny" doc_markdown = "deny" extra_unused_lifetimes = "deny" if_not_else = "deny" match_same_arms = "deny" missing_const_for_fn = "deny" missing_errors_doc = "deny" missing_fields_in_debug = "deny" missing_panics_doc = "deny" must_use_candidate = "deny" or_fun_call = "deny" trivially_copy_pass_by_ref = "deny" uninlined_format_args = "deny" unreadable_literal = "deny" use_self = "deny" useless_conversion = "deny" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.rust] missing_docs = "deny" unused_imports = "deny"