aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4124287066b34781557f1ef9171cfdfe4658dd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# 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]
edition = "2018"
name = "criterion"
version = "0.3.3"
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
exclude = ["book/*"]
description = "Statistics-driven micro-benchmarking library"
homepage = "https://bheisler.github.io/criterion.rs/book/index.html"
readme = "README.md"
keywords = ["criterion", "benchmark"]
categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"
repository = "https://github.com/bheisler/criterion.rs"

[lib]
bench = false

[[bench]]
name = "bench_main"
harness = false
[dependencies.atty]
version = "0.2"

[dependencies.cast]
version = "0.2"

[dependencies.clap]
version = "2.33"
default-features = false

[dependencies.criterion-plot]
version = "0.4.3"

[dependencies.csv]
version = "1.1"

[dependencies.itertools]
version = "0.9"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.oorandom]
version = "11.1"

[dependencies.plotters]
version = "^0.2.12"
features = ["svg", "area_series", "line_series"]
default-features = false

[dependencies.rayon]
version = "1.3"

[dependencies.regex]
version = "1.3"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tinytemplate]
version = "1.1"

[dependencies.walkdir]
version = "2.3"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"
default-features = false

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.tempfile]
version = "3.1"

[features]
default = []
real_blackbox = []
[badges.appveyor]
id = "4255ads9ctpupcl2"
repository = "bheisler/criterion.rs"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "bheisler/criterion.rs"