summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5af429f3f3512e464659b5ff0bb97b1687d7d1de (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
[package]
name = "rebel"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.0.0-beta.2"
handlebars = "4.1.3"
hex = { version = "0.4.3", features = ["std", "serde"] }
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
nix = "0.22.0"
oci-spec = "0.5.1"
olpc-cjson = "0.1.0"
rm_rf = "0.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.62"
serde_yaml = "0.8"
sha2 = "0.9.5"
tar = "0.4.32"
tee_readwrite = "0.1.0"
users = "0.11.0"
walkdir = "2"

[profile.dev.package."*"]
opt-level = 2