# 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 = "catapulte-engine" version = "0.1.0" authors = ["Jérémie Drouet "] description = "The core engine of catapulte with template loading, interpolation and rendering." license = "AGPL-3.0" [dependencies.bytes] version = "1.6.0" [dependencies.handlebars] version = "5.1.2" [dependencies.lettre] version = "0.11.4" features = ["builder"] default-features = false [dependencies.metrics] version = "0.22.3" [dependencies.mrml] version = "3.1.3" features = [ "async", "local-loader", ] [dependencies.reqwest] version = "0.12.2" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1.37.0" features = ["macros"] [dev-dependencies.wiremock] version = "0.6.0"