# 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 = "lconvert" version = "0.2.1" authors = ["hodojek"] build = false exclude = [ "/tests", "/gifs", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A cli tool for converting multiple files (with different extensions) at once" homepage = "https://github.com/hodojek/lconvert" readme = "README.md" keywords = [ "cli", "ffmpeg", "batch", "convert", "files", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hodojek/lconvert" [profile.dev] opt-level = 0 lto = false debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [profile.test] opt-level = 0 lto = false debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true [[bin]] name = "lconvert" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.8" [dependencies.regex] version = "1.11.1" [dependencies.which] version = "6.0.3" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.blake3] version = "1.5.4" [dev-dependencies.predicates] version = "3.1.0"