-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (31 loc) · 978 Bytes
/
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
[package]
name = "cync"
authors = ["Adi Subramanian"]
version = "0.1.3"
edition = "2021"
license = "MIT"
homepage = "https://github.com/JuiceDrinker/cync"
repository = "https://github.com/JuiceDrinker/cync"
categories = ["command-line-utilities", "filesystem"]
description = "CLI for private file management"
[dependencies]
aws-sdk-s3 = "1.4.0"
aws-config = { version = "1.1.7", features = ["behavior-version-latest"]}
md5 = "0.7.0"
thiserror = "1.0.61"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
crossterm = "0.27.0"
ratatui = "0.26.3"
unicode-width = "0.1.12"
lazy_static = "1.4.0"
tracing-error = "0.2.0"
xdg = "2.5.2"
toml = "0.8.14"
clap = { version = "4.5.8", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.203", features = ["derive"] }
requestty = "0.5.0"
home = "0.5.9"
aws-smithy-runtime-api = { version = "1.7.1", features = ["client"] }
aws-smithy-async = "1.2.1"