[package] authors = ["Tsiry Sandratraina "] categories = ["command-line-utilities", "development-tools"] description = "Programmable CI/CD engine without Containers, built on top of Nix ❄️" edition = "2021" keywords = ["nix", "environment", "ci", "wasm", "devops"] license = "MPL-2.0" name = "fluentci-engine" readme = "../../README.md" repository = "https://github.com/fluentci-io/fluentci-engine" version = "0.4.11" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" clap = "3.2.20" extism = "1.2.0" fluentci-core = {path = "../core", version = "0.3.8"} fluentci-ext = {path = "../ext", version = "0.2.7"} fluentci-server = {path = "../server", version = "0.3.9"} fluentci-shared = {path = "../shared", version = "0.2.8"} get-port = "4.0.0" md5 = "0.7.0" regex = "1.10.3" sha256 = "1.5.0" tokio = {version = "1.36.0", features = ["tokio-macros", "macros", "rt", "rt-multi-thread"]}