# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "expjobserver" version = "0.9.2" authors = ["mark-i-m"] description = "This is a job server and client for running many experiments across many test\nplatforms. In some sense, it is like a simple cluster manager.\n" readme = "README.md" keywords = ["jobs", "tasks", "cluster", "automate", "experiments"] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/mark-i-m/jobserver" [profile.release] opt-level = 1 debug = true [[bin]] name = "j" path = "src/bin/client/main.rs" [[bin]] name = "expjobserver" path = "src/bin/server/main.rs" [dependencies.chrono] version = "0.4.9" [dependencies.clap] version = "2.33.0" [dependencies.console] version = "0.12.0" [dependencies.csv] version = "1.1.1" [dependencies.failure] version = "0.1.5" [dependencies.fs_extra] version = "1.2.0" [dependencies.glob] version = "0.3.0" [dependencies.itertools] version = "0.8.0" [dependencies.libc] version = "0.2.60" [dependencies.log] version = "0.4.7" [dependencies.log4rs] version = "0.8.3" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.prost] version = "0.6" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.prost-build] version = "0.6"