# 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 = "machin" version = "0.6.2" authors = ["Ferry Jérémie "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Machin is a cli program that simplifies file conversions and batch processing. It's inspired from filter/map/reduce" homepage = "https://github.com/mothsart/machin" readme = "README.md" keywords = [ "app", "cli", "files", "conversion", "batch", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/mothsart/machin" [lib] name = "machin" path = "src/lib.rs" [[bin]] name = "machconvert" path = "src/bin/machconvert.rs" [[bin]] name = "machexplode" path = "src/bin/machexplode.rs" [[bin]] name = "machmap" path = "src/bin/machmap.rs" [[bin]] name = "machreduce" path = "src/bin/machreduce.rs" [[test]] name = "machconvert" path = "tests/machconvert.rs" [[test]] name = "machmap" path = "tests/machmap.rs" [[test]] name = "mapreduce" path = "tests/mapreduce.rs" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.colored] version = "2" [dependencies.exitcode] version = "1.1.2" [dependencies.image] version = "0.25" [dependencies.lopdf] version = "0.33" features = ["embed_image"] [dependencies.markdown] version = "0.3" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.resvg] version = "0.43" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.svg-hush] version = "0.9" [dependencies.svg2pdf] version = "0.11" [dependencies.tempfile] version = "3.3" [dependencies.tera] version = "1.17" [dependencies.tiny-skia] version = "0.11" [dependencies.usvg] version = "0.43" [dependencies.zip] version = "2" [dev-dependencies.map-macro] version = "0.2.4" [dev-dependencies.sha1] version = "0.10.6" [build-dependencies.clap] version = "4.5" features = ["cargo"] [build-dependencies.clap_complete] version = "4.5"