parallel-gnuplot 0.1.7

Parallel calls to GNUPlot. Calls the same GNUPlot script once for each data file block.
# 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 = "parallel-gnuplot"
version = "0.1.7"
authors = ["Cassio Kirch <cassiokirch@gmail.com>"]
build = "src/build.rs"
description = "Parallel calls to GNUPlot. Calls the same GNUPlot script once for each data file block."
homepage = "https://github.com/kirch7/parallel-gnuplot/blob/master/README.md"
documentation = "https://github.com/kirch7/parallel-gnuplot/blob/master/README.md"
readme = "README.md"
keywords = ["gnuplot", "parallel", "plot", "plotting"]
categories = ["science", "command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/kirch7/parallel-gnuplot"
[profile.test]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true

[profile.doc]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
[dependencies.blockcounter]
version = "0.2.4"

[dependencies.clap]
version = "2.29.0"
features = ["yaml"]

[dependencies.isatty]
version = "0.1.6"

[dependencies.num_cpus]
version = "1.7.0"

[dependencies.threadpool]
version = "1.7.1"
[build-dependencies.linked-hash-map]
version = "0.5.0"

[build-dependencies.yaml-rust]
version = "0.4.0"
[badges.appveyor]
repository = "kirch7/parallel-gnuplot"

[badges.travis-ci]
repository = "kirch7/parallel-gnuplot"