diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:32:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:32:58 +0200 |
commit | 60a7eee0bb6b19237d3937a231da289f56279ff3 (patch) | |
tree | 4f647fb32e6578dfb16a8d6b9ce43accea88c266 /Cargo.lock | |
parent | 3e3821682c0009acb9651799b961f41ed3027e61 (diff) | |
download | aerogramme-60a7eee0bb6b19237d3937a231da289f56279ff3.tar.gz aerogramme-60a7eee0bb6b19237d3937a231da289f56279ff3.zip |
Reorganize tests a bit
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 43 |
1 files changed, 42 insertions, 1 deletions
@@ -48,7 +48,11 @@ dependencies = [ "lazy_static", "ldap3", "log", - "mail-parser", + "mail-parser 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "mail-parser 0.4.8 (git+https://github.com/superboum/mail-parser?branch=feature/no_decode)", + "mail-parser 0.4.8 (git+https://github.com/superboum/mail-parser?rev=db61a03)", + "mail-parser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mail-parser 0.5.0 (git+https://github.com/stalwartlabs/mail-parser?branch=main)", "pretty_env_logger", "rand", "rmp-serde", @@ -1374,6 +1378,43 @@ dependencies = [ ] [[package]] +name = "mail-parser" +version = "0.4.8" +source = "git+https://github.com/superboum/mail-parser?branch=feature/no_decode#0fe5fe071f25016d9c1232eb452c0c4bbfa8a445" +dependencies = [ + "encoding_rs", + "serde", +] + +[[package]] +name = "mail-parser" +version = "0.4.8" +source = "git+https://github.com/superboum/mail-parser?rev=db61a03#db61a0364c00d3cf115f20c6d195bfa4594c53ff" +dependencies = [ + "encoding_rs", + "serde", +] + +[[package]] +name = "mail-parser" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e25e9e9cd1360538e0ca33499f12fd180f3611d7a8e1a50b7e4e43a4c5dd4b7" +dependencies = [ + "encoding_rs", + "serde", +] + +[[package]] +name = "mail-parser" +version = "0.5.0" +source = "git+https://github.com/stalwartlabs/mail-parser?branch=main#bb0e3366daabec8d2f94afd22c661394f9ba7cbe" +dependencies = [ + "encoding_rs", + "serde", +] + +[[package]] name = "matches" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" |