-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (39 loc) · 1.17 KB
/
Cargo.toml
File metadata and controls
43 lines (39 loc) · 1.17 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
[package]
name = "loft"
version = "0.3.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
aws-config = "1.5.3"
aws-sdk-s3 = "1.40.0"
base64 = "0.22.1"
clap = { version = "4.5.8", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3.30"
notify = "6.1.1"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
tempfile = "3.21.0"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.20", features = ["fmt", "registry", "env-filter"] }
dashmap = "6.1.0"
attic = { git = "https://github.com/zhaofengli/attic", branch = "main" }
displaydoc = "0.2.5"
itoa = "1.0.11"
ryu = "1.0.17"
serde_with = "3.14.0"
ed25519-compact = "2.1.1"
rusqlite = { version = "0.31.0", features = ["bundled"] }
http = "0.2"
sha2 = "0.10.8"
hex = "0.4.3"
redb = "3.0.1"
console-subscriber = "0.4.1"
nix-base32 = "0.2.0"
tokio-util = { version = "0.7.18", features = ["io"] }
async-compression = { version = "0.4.41", features = ["tokio", "xz", "zstd"] }
async-stream = "0.3.6"
bytes = "1.11.1"