# 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 = "noem" version = "0.1.0" description = "Resend mail fetched by different strategies to different places" license = "MIT" [lib] name = "noem" path = "src/lib.rs" [dependencies.async-imap] version = "0.9.7" features = [ "runtime-tokio", "tokio", ] default-features = false [dependencies.async-native-tls] version = "0.5.0" features = ["runtime-tokio"] default-features = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.mail-parser] version = "0.9.3" [dependencies.reqwest] version = "0.12.4" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "full", "tracing", ] [dependencies.url] version = "2.5.0" features = ["serde"]