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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "criterion-plot" 15version = "0.5.0" 16authors = [ 17 "Jorge Aparicio <[email protected]>", 18 "Brook Heisler <[email protected]>", 19] 20description = "Criterion's plotting library" 21readme = "README.md" 22keywords = [ 23 "plotting", 24 "gnuplot", 25 "criterion", 26] 27categories = ["visualization"] 28license = "MIT/Apache-2.0" 29repository = "https://github.com/bheisler/criterion.rs" 30 31[dependencies.cast] 32version = "0.3" 33 34[dependencies.itertools] 35version = "0.10" 36 37[dev-dependencies.itertools-num] 38version = "0.1" 39 40[dev-dependencies.num-complex] 41version = "0.4" 42features = ["std"] 43default-features = false 44 45[dev-dependencies.rand] 46version = "0.8" 47 48[badges.appveyor] 49id = "4255ads9ctpupcl2" 50repository = "bheisler/criterion.rs" 51 52[badges.maintenance] 53status = "looking-for-maintainer" 54 55[badges.travis-ci] 56repository = "bheisler/criterion.rs" 57