[package] name = "rebel" version = "0.1.0" authors = ["Matthias Schiffer "] license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] [dependencies] common = { path = "crates/common", package = "rebel-common" } blake3 = { version = "1.0.0", features = ["traits-preview"] } capctl = "0.2.0" clap = "3.0.0-beta.2" digest = "0.9.0" enum-kinds = "0.5.1" handlebars = "4.1.3" indoc = "1.0.3" ipc-channel = { git = "https://github.com/servo/ipc-channel.git" } lazy_static = "1.4.0" libc = "0.2.84" nix = "0.23.0" olpc-cjson = "0.1.0" regex = "1.5.4" scoped-tls-hkt = "0.1.2" serde = { version = "1", features = ["derive"] } serde_json = "1.0.62" serde_yaml = "0.8" tar = "0.4.32" tee_readwrite = "0.1.0" walkdir = "2" [profile.dev.package."*"] opt-level = 2