# 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.2.2" authors = ["Cássio Kirch "] 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 = "MIT" repository = "https://github.com/kirch7/parallel-gnuplot" [profile.test] 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.3.2" [dependencies.clap] version = "2.29.0" features = ["yaml"] [dependencies.num_cpus] version = "1.8.0" [dependencies.threadpool] version = "1.7.1" [target."cfg(not(windows))".dependencies.isatty] version = "0.1.8" [badges.appveyor] repository = "kirch7/parallel-gnuplot" [badges.travis-ci] repository = "kirch7/parallel-gnuplot"