aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0d16ae920faa4f3663f6b184136f7a008047da7d (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 = ["till"]
edition = "2018"

[dependencies]
itertools = "0.8.0"
url = "1.7.2"
url_serde = "0.2.0"
rand = "0.6.5"

serde = "1.0.82"
serde_derive = "1.0.82"
serde-value = "0.6.0"
config = "0.9.1"
xdg = "2.2.0"
structopt = "0.2.14"

mime_guess = "1.8.7"

futures = "0.1.25"
rusoto_core = "0.36.0"
rusoto_s3 = "0.36.0" 

syntect = "3.2.0"
tinytemplate = "1.0.1"

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