son_of_grid_engine 0.1.0

Interface with son of grid engine (formerly sun grid engine) to run rust programs on clusters.
Documentation
# 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]
name = "son_of_grid_engine"
version = "0.1.0"
authors = ["Stefan Schindler <dns2utf8@estada.ch>"]
include = ["**/*.rs", "Cargo.toml", "README.md"]
description = "Interface with son of grid engine (formerly sun grid engine) to run rust programs on clusters.\n"
homepage = "https://github.com/dns2utf8/son_of_grid_engine.rs"
documentation = "https://docs.rs/son_of_grid_engine"
readme = "README.md"
keywords = ["sge", "cluster", "sun", "threading", "parallelism"]
categories = ["concurrency", "os", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dns2utf8/son_of_grid_engine.rs"
[dependencies.libc]
version = "0.2"

[dependencies.num_cpus]
version = "1.7"

[dependencies.threadpool]
version = "1.7"