mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
unify deps and more strict start and stop
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -20,12 +20,12 @@ smallvec = "1.0.0"
|
||||
reqwest = { version = "0.10.0", features = ["blocking", "json"] }
|
||||
num-derive = "0.3.0"
|
||||
num-traits = "0.2.6"
|
||||
async-smtp = "0.3"
|
||||
async-smtp = { git = "https://github.com/async-email/async-smtp", version = "0.3" }
|
||||
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch = "feat/send" }
|
||||
async-native-tls = "0.3.1"
|
||||
async-std = { git = "https://github.com/async-rs/async-std", features = ["unstable"] }
|
||||
async-imap = { git = "https://github.com/async-email/async-imap" }
|
||||
async-native-tls = { git = "https://github.com/async-email/async-native-tls", version = "0.3.1" }
|
||||
async-std = { version = "1.6.0-beta.2", features = ["unstable"] }
|
||||
base64 = "0.11"
|
||||
charset = "0.1"
|
||||
percent-encoding = "2.0"
|
||||
@@ -50,7 +50,7 @@ escaper = "0.1.0"
|
||||
bitflags = "1.1.0"
|
||||
debug_stub_derive = "0.3.0"
|
||||
sanitize-filename = "0.2.1"
|
||||
stop-token = { version = "0.1.1", features = ["unstable"] }
|
||||
stop-token = { git = "https://github.com/dignifiedquire/stop-token", version = "0.1.1", features = ["unstable"] }
|
||||
mailparse = "0.12.0"
|
||||
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
|
||||
native-tls = "0.2.3"
|
||||
@@ -71,7 +71,7 @@ tempfile = "3.0"
|
||||
pretty_assertions = "0.6.1"
|
||||
pretty_env_logger = "0.3.0"
|
||||
proptest = "0.9.4"
|
||||
async-std = { git = "https://github.com/async-rs/async-std", features = ["unstable", "attributes"] }
|
||||
async-std = { version = "1.6.0-beta.2", features = ["unstable", "attributes"] }
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
||||
Reference in New Issue
Block a user