# 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 = "zkp-criterion-utils" version = "0.2.0" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "Criterion helpers to benchmark over size and number of processors" readme = "Readme.md" keywords = ["criterion", "benchmarking", "threads"] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/utils/criterion-utils" [dependencies.criterion] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.10.1" [dependencies.rayon] version = "1.0.3" [features] default = ["std"] std = []