-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (34 loc) · 1.03 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
[package]
name = "git-lfs-synology"
version = "0.3.0"
edition = "2021"
[dependencies]
aead = { version = "0.5.2", features = ["std"] }
aes-gcm = "0.10.3"
anyhow = "1.0.94"
app_dirs2 = "2.5.5"
clap = { version = "4.5.23", features = ["cargo"] }
educe = "0.6.0"
futures-macro = "0.3.31"
futures-util = "0.3.31"
gix-config = "0.42.0"
gix-discover = "0.37.0"
hostname = "0.4.0"
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
named-lock = "0.4.1"
num-derive = "0.4.2"
num-traits = "0.2.19"
reqwest = { version = "0.12.9", features = ["stream", "multipart"] }
rpassword = "7.3.1"
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tokio-util = { version = "0.7.13", features = ["io"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"
url = "2.5.4"
urlencoding = "2.1.3"
zstd = "0.13.2"