-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (39 loc) · 1.31 KB
/
Cargo.toml
File metadata and controls
42 lines (39 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "isabelle-core"
version = "1.17.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-cors = "0.6.4"
actix-files = "0.6.6"
actix-identity = "0.6.0"
actix-multipart = "0.6.1"
actix-rt = "2.10.0"
actix-session = { version = "0.8", features = ["cookie-session"] }
actix-web = { version = "4", features = ["cookies", "rustls-0_23" ] }
argon2 = "0.5.2"
async-trait = "0.1.74"
bson = { version = "2.9.0", features = ["serde_with"] }
chrono = "0.4.26"
clap = { version = "4.5.23", features = ["derive"] }
cron = "0.12.1"
env_logger = "0.8.4"
futures-util = "0.3.29"
isabelle-dm = { "git" = "https://github.com/isabelle-platform/isabelle-dm", tag = "1.9.0" }
isabelle-plugin-api = { "git" = "https://github.com/isabelle-platform/isabelle-plugin-api", tag = "1.20.0" }
lazy_static = "1.4.0"
lettre = { version = "0.11.11", features = ["rustls-tls", "smtp-transport", "pool", "hostname", "builder"], default-features = false }
log = "0.4.0"
mongodb = { version = "3.1.1" }
now = "0.1.3"
parking_lot = "0.12.1"
rand = "0.8.5"
sanitize-filename = "0.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.96"
serde_qs = "0.12.0"
threadpool = "1.8.1"
tokio = { version = "1.37.0" }
uuid = "1.10.0"
[features]
full_file_database = []