[package] name = "orcs" version = "0.0.8" authors = ["Nicolas Moutschen "] edition = "2018" license = "MIT" repository = "https://github.com/nmoutschen/orcs" readme = "README.md" description = "Microservices monorepo orchestration tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] assert_cmd = "1" predicates = "1" rand = "0.7" [dependencies] clap = "2.33" dep-graph = "0.2" git2 = "0.13" handlebars = "3" rayon = "1.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3" toml = "0.5" tracing = "0.1" tracing-subscriber = "0.2"