diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 84 |
1 files changed, 42 insertions, 42 deletions
@@ -18,6 +18,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] +name = "aerogramme" +version = "0.0.1" +dependencies = [ + "anyhow", + "argon2", + "async-trait", + "base64", + "boitalettres", + "clap", + "duplexify", + "futures", + "hex", + "im", + "imap-codec", + "itertools", + "k2v-client", + "lazy_static", + "ldap3", + "log", + "mail-parser", + "pretty_env_logger", + "rand", + "rmp-serde", + "rpassword", + "rusoto_core", + "rusoto_credential", + "rusoto_s3", + "rusoto_signature", + "serde", + "smtp-message", + "smtp-server", + "sodiumoxide", + "tokio", + "tokio-util", + "toml", + "tower", + "tracing", + "tracing-subscriber", + "zstd", +] + +[[package]] name = "aho-corasick" version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1279,48 +1321,6 @@ dependencies = [ ] [[package]] -name = "mailrage" -version = "0.0.1" -dependencies = [ - "anyhow", - "argon2", - "async-trait", - "base64", - "boitalettres", - "clap", - "duplexify", - "futures", - "hex", - "im", - "imap-codec", - "itertools", - "k2v-client", - "lazy_static", - "ldap3", - "log", - "mail-parser", - "pretty_env_logger", - "rand", - "rmp-serde", - "rpassword", - "rusoto_core", - "rusoto_credential", - "rusoto_s3", - "rusoto_signature", - "serde", - "smtp-message", - "smtp-server", - "sodiumoxide", - "tokio", - "tokio-util", - "toml", - "tower", - "tracing", - "tracing-subscriber", - "zstd", -] - -[[package]] name = "matches" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" |