# 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.62" name = "machin" version = "0.6.0" authors = ["Ferry Jérémie "] 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" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.colored] version = "2" [dependencies.exitcode] version = "1.1.2" [dependencies.image] version = "0.24" [dependencies.lopdf] version = "0.27" features = ["embed_image"] [dependencies.markdown] version = "0.3" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.resvg] version = "0.14" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.svg-hush] version = "0.9" [dependencies.tempfile] version = "3.3" [dependencies.tiny-skia] version = "0.5" [dependencies.usvg] version = "0.14.0" [dependencies.zip] version = "0.6" [dev-dependencies.map-macro] version = "0.2.4" [dev-dependencies.rust-crypto] version = "0.2.36" [build-dependencies.clap] version = "4.0" features = ["cargo"] [build-dependencies.clap_complete] version = "4.0"