# 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 = "submerger" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Submerger combines subtitles from two files into one, with customizable position and color settings" readme = "README.md" license = "MIT" repository = "https://github.com/rasmus-kirk/submerger.git" [[bin]] name = "submerger" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10.6" [dependencies.simple_logger] version = "5.0" [dependencies.subtp] version = "0.2" [dependencies.walkdir] version = "2.5.0"