Jakub Kotur | 835fea4 | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 1 | # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| 2 | # |
| 3 | # When uploading crates to the registry Cargo will automatically |
| 4 | # "normalize" Cargo.toml files for maximal compatibility |
| 5 | # with all versions of Cargo and also rewrite `path` dependencies |
| 6 | # to registry (e.g., crates.io) dependencies |
| 7 | # |
| 8 | # If you believe there's an error in this file please file an |
| 9 | # issue against the rust-lang/cargo repository. If you're |
| 10 | # editing this file be aware that the upstream Cargo.toml |
| 11 | # will likely look very different (and much more reasonable) |
| 12 | |
| 13 | [package] |
| 14 | edition = "2018" |
| 15 | name = "criterion-plot" |
Joel Galenson | aed7ada | 2021-08-09 10:27:28 -0700 | [diff] [blame^] | 16 | version = "0.4.4" |
Jakub Kotur | 835fea4 | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 17 | authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"] |
| 18 | description = "Criterion's plotting library" |
| 19 | readme = "README.md" |
| 20 | keywords = ["plotting", "gnuplot", "criterion"] |
| 21 | categories = ["visualization"] |
| 22 | license = "MIT/Apache-2.0" |
| 23 | repository = "https://github.com/bheisler/criterion.rs" |
| 24 | [dependencies.cast] |
| 25 | version = "0.2" |
| 26 | |
| 27 | [dependencies.itertools] |
Joel Galenson | aed7ada | 2021-08-09 10:27:28 -0700 | [diff] [blame^] | 28 | version = "0.10" |
Jakub Kotur | 835fea4 | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 29 | [dev-dependencies.itertools-num] |
| 30 | version = "0.1" |
| 31 | |
| 32 | [dev-dependencies.num-complex] |
| 33 | version = "0.2" |
| 34 | features = ["std"] |
| 35 | default-features = false |
| 36 | |
| 37 | [dev-dependencies.rand] |
| 38 | version = "0.4" |
| 39 | [badges.appveyor] |
| 40 | id = "4255ads9ctpupcl2" |
| 41 | repository = "bheisler/criterion.rs" |
| 42 | |
| 43 | [badges.maintenance] |
| 44 | status = "looking-for-maintainer" |
| 45 | |
| 46 | [badges.travis-ci] |
| 47 | repository = "bheisler/criterion.rs" |