-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
39 lines (37 loc) · 1.37 KB
/
Cargo.toml
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
[package]
name = "replit-takeout"
version = "1.7.16"
edition = "2021"
authors = ["Ben Dixon <[email protected]>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.81"
crc32fast = "1.4.2"
crosis = { git = "https://github.com/PotentialStyx/crosis-rust.git", version = "0.3.4", default-features = false, features = ["chan_buf", "serde", "notif_on_close"] }
airtable-api = "0.1.36"
dotenv = "0.15.0"
env_logger = "0.11.5"
flume = "0.11.0"
graphql_client = { version = "0.14.0", features = ["reqwest"] }
kanal = { version = "0.1.0-pre8", default-features = false, features = ["async"] }
git2 = "0.19.0"
log = "0.4.22"
once_cell = "1.19.0"
reqwest = { version = "0.12.5", features = ["blocking", "cookies", "json"] }
ropey = "1.6.1"
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
time = "0.3.36"
tokio = { version = "1.39.3", features = ["fs", "macros", "net", "rt-multi-thread"] }
openssl = { version = "0.10.59", features = ["vendored"] }
chrono = "0.4.38"
async_zip = { version = "0.0.17", features = ["tokio", "tokio-fs", "deflate", "async-compression"] }
async-compression = { version = "0.4.12" }
aws-region = "0.25.4"
rust-s3 = "0.34.0"
futures = "0.3.30"
base64 = "0.22.1"
rand = "0.8.5"
rocket_cors = "0.6.0"