- Adding.
This commit is contained in:
parent
4f63065da2
commit
a0ceee6387
1 changed files with 3 additions and 3 deletions
|
|
@ -133,7 +133,7 @@ serde_json = "1.0"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
sha2 = "0.10.9"
|
sha2 = "0.10.9"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
tokio = { version = "1.41", default-features = false, features = ["rt", "sync", "time", "macros", "net", "rt-multi-thread"] }
|
tokio = { version = "1.41", default-features = false, features = ["rt", "sync", "time", "macros", "net", "rt-multi-thread", "process"] }
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
tower-http = { version = "0.5", default-features = false, features = ["cors", "fs", "trace"] }
|
tower-http = { version = "0.5", default-features = false, features = ["cors", "fs", "trace"] }
|
||||||
|
|
@ -159,7 +159,7 @@ tower-cookies = "0.10"
|
||||||
|
|
||||||
# mail Integration (mail feature)
|
# mail Integration (mail feature)
|
||||||
imap = { version = "3.0.0-alpha.15", optional = true }
|
imap = { version = "3.0.0-alpha.15", optional = true }
|
||||||
lettre = { version = "0.11", default-features = false, optional = true }
|
lettre = { version = "0.11", features = ["smtp-transport", "builder"], optional = true }
|
||||||
mailparse = { version = "0.15", optional = true }
|
mailparse = { version = "0.15", optional = true }
|
||||||
native-tls = { version = "0.2", optional = true }
|
native-tls = { version = "0.2", optional = true }
|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@ spreadsheet-ods = { version = "1.0", optional = true }
|
||||||
aws-config = { version = "1.8.8", default-features = false, optional = true }
|
aws-config = { version = "1.8.8", default-features = false, optional = true }
|
||||||
aws-sdk-s3 = { version = "1.109.0", default-features = false, optional = true }
|
aws-sdk-s3 = { version = "1.109.0", default-features = false, optional = true }
|
||||||
pdf-extract = { version = "0.10.0", optional = true }
|
pdf-extract = { version = "0.10.0", optional = true }
|
||||||
quick-xml = { version = "0.37", optional=true, default-features = false }
|
quick-xml = { version = "0.37", optional=true, default-features = false, features = ["serialize"] }
|
||||||
flate2 = { version = "1.0", optional = false }
|
flate2 = { version = "1.0", optional = false }
|
||||||
zip = { version = "2.2", optional = false }
|
zip = { version = "2.2", optional = false }
|
||||||
tar = { version = "0.4", optional = false }
|
tar = { version = "0.4", optional = false }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue