# 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" name = "subtile-ocr" version = "0.2.1" authors = [ "Eliza Velasquez", "Gwen Lg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR" homepage = "https://github.com/gwen-lg/subtile-ocr" readme = "README.md" keywords = [ "vobsub", "subtitles", "dvd", "ocr", "pgs", ] categories = [ "command-line-utilities", "multimedia", "multimedia::video", ] license = "GPL-3.0" repository = "https://github.com/gwen-lg/subtile-ocr" [lib] name = "subtile_ocr" path = "src/lib.rs" [[bin]] name = "subtile-ocr" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "4.4" features = [ "cargo", "derive", ] [dependencies.image] version = "0.25" features = [ "png", "pnm", ] default-features = false [dependencies.iter_fixed] version = "0.4" [dependencies.leptess] version = "0.14" [dependencies.log] version = "0.4" [dependencies.profiling] version = "1.0" [dependencies.puffin] version = "0.19" features = ["serialization"] optional = true [dependencies.rayon] version = "1.8" [dependencies.scoped-tls-hkt] version = "0.1" [dependencies.simple_logger] version = "5.0" features = ["colors"] [dependencies.subtile] version = "0.3" [dependencies.thiserror] version = "1.0" [features] default = [] profile-with-puffin = [ "profiling/profile-with-puffin", "dep:puffin", ] [lints.clippy] bind_instead_of_map = "deny" borrowed_box = "deny" cast_lossless = "deny" clone_on_copy = "deny" doc_markdown = "deny" extra_unused_lifetimes = "deny" if_not_else = "deny" match_same_arms = "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" 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"