aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4705d980a19b45623882e8550b51faec29acad05 (plain)
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 = "rpb-s3"
version = "0.1.0"
authors = ["tilpner"]
edition = "2018"

[dependencies]
smol = "1"
async-compat = "0.2"
itertools = "0.11"
rand = "0.8"
bytes = "1.5"

serde = "1.0"
serde_derive = "1.0"
config = "0.13"
xdg = "2.5"
structopt = "0.3"

mime_guess = "2.0"

futures = "0.3"
rusoto_core = "0.48"
rusoto_s3 = "0.48"

syntect = "5"
tinytemplate = "1.1"

[profile.release]
opt-level = 3
debug = false
lto = "thin"
incremental = false