rain_task 0.4.0-pre

Distributed computational framework for large-scale task-based pipelines. A custom task library in Rust.
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 = "rain_task"
version = "0.4.0-pre"
authors = ["Stanislav Bohm <spirali@kreatrix.org>", "Tomas Gavenciak <gavento@ucw.cz>", "Vojtech Cima <cima.vojtech@gmail.com>"]
exclude = ["testing/**/*"]
description = "Distributed computational framework for large-scale task-based pipelines. A custom task library in Rust."
homepage = "https://github.com/substantic/rain"
readme = "README.md"
license = "MIT"
repository = "https://github.com/substantic/rain/"
[dependencies.byteorder]
version = "1.*"

[dependencies.chrono]
version = "0.4"

[dependencies.env_logger]
version = "0.5"

[dependencies.error-chain]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.memmap]
version = "0.6"

[dependencies.rain_core]
version = "0.4.0-pre"

[dependencies.serde]
version = "1.*"

[dependencies.serde_cbor]
version = "0.8"

[dependencies.serde_derive]
version = "1.*"

[dependencies.serde_json]
version = "1.*"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "substantic/rain"