# 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 = "2018" name = "mrml-cli" version = "1.6.1" authors = ["Jérémie Drouet "] description = "CLI for the Rust implementation of MJML renderer" readme = "readme.md" keywords = [ "cli", "email", "mjml", ] license = "MIT" resolver = "2" [[bin]] name = "mrml" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.mrml] version = "4.0.1" features = [ "http-loader-ureq", "local-loader", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"