aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 95f33cd800fb58b8fc9ceebd6177c528734be2a3 (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.0"
async-compat = "0.1"
itertools = "0.9"
rand = "0.7"
bytes = "0.5"

serde = "1.0"
serde_derive = "1.0"
config = "0.10"
xdg = "2.2.0"
structopt = "0.3"

mime_guess = "2.0"

futures = "0.3"
rusoto_core = "0.45"
rusoto_s3 = "0.45"

syntect = "4.2"
tinytemplate = "1.1"

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