You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
767 B
27 lines
767 B
[package]
|
|
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
|
|
name = "criterion-plot"
|
|
version = "0.4.3"
|
|
edition = "2018"
|
|
|
|
description = "Criterion's plotting library"
|
|
repository = "https://github.com/bheisler/criterion.rs"
|
|
readme = "README.md"
|
|
keywords = ["plotting", "gnuplot", "criterion"]
|
|
categories = ["visualization"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
cast = "0.2"
|
|
itertools = "0.9"
|
|
|
|
[dev-dependencies]
|
|
itertools-num = "0.1"
|
|
num-complex = { version = "0.2", default-features = false, features = ["std"] }
|
|
rand = "0.4"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "bheisler/criterion.rs" }
|
|
appveyor = { repository = "bheisler/criterion.rs", id = "4255ads9ctpupcl2" }
|
|
maintenance = { status = "looking-for-maintainer" }
|