# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fluentci-engine" version = "0.4.11" authors = ["Tsiry Sandratraina "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Programmable CI/CD engine without Containers, built on top of Nix ❄️" readme = "README.md" keywords = [ "nix", "environment", "ci", "wasm", "devops", ] categories = [ "command-line-utilities", "development-tools", ] license = "MPL-2.0" repository = "https://github.com/fluentci-io/fluentci-engine" [[bin]] name = "fluentci-engine" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "3.2.20" [dependencies.extism] version = "1.2.0" [dependencies.fluentci-core] version = "0.3.8" [dependencies.fluentci-ext] version = "0.2.7" [dependencies.fluentci-server] version = "0.3.9" [dependencies.fluentci-shared] version = "0.2.8" [dependencies.get-port] version = "4.0.0" [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "1.10.3" [dependencies.sha256] version = "1.5.0" [dependencies.tokio] version = "1.36.0" features = [ "tokio-macros", "macros", "rt", "rt-multi-thread", ]