# 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 = "2018" name = "captain-workflow-manager" version = "0.1.0" authors = ["Arthur Carcano "] description = "Run and manage jobs that depend on each other on a variety of backends.s" readme = "Readme.md" license = "GPL-3.0-only" repository = "https://gitlab.inria.fr/InBio/Public/captain-workflow-manager" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.fence] version = "0.0.2" [dependencies.log] version = "0.4.14" [dependencies.petgraph] version = "0.6.0" [dependencies.regex] version = "1.5" [dependencies.shell-escape] version = "0.1.5" [dependencies.thiserror] version = "1.0"