# 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 = "arpx" version = "0.5.0" authors = ["Jared Gorski "] description = "Small-scale process orchestration" readme = "README.md" keywords = ["automation", "orchestration", "task", "process"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/jaredgorski/arpx" resolver = "2" [profile.bench] debug = true [[bin]] name = "arpx" path = "src/main.rs" [[bench]] name = "loop_3" harness = false [dependencies.anyhow] version = "1.0.55" features = ["std"] [dependencies.arpx_job_parser] version = "0.1.12" [dependencies.clap] version = "3.0.14" features = ["cargo"] [dependencies.crossbeam-channel] version = "0.5.2" [dependencies.log] version = "0.4.14" [dependencies.log4rs] version = "1.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_yaml] version = "0.8.23" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [badges.travis-ci] repository = "jaredgorski/arpx"