# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "benchmarker" version = "0.9.0" authors = ["Jack Maguire/BurntNail - BurntNail@proton.me"] description = "Utility for benchmarking arbitrary binaries" readme = "README.md" license = "MIT" repository = "https://github.com/BurntNail/Benchmarker.git" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [[bin]] name = "precipice" path = "bin/main.rs" [dependencies.clap] version = "4.1.9" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" [dependencies.eframe] version = "0.21.3" features = ["persistence"] [dependencies.egui] version = "0.21.0" features = ["persistence"] [dependencies.egui_file] version = "0.8.0" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.owo-colors] version = "3.5.0" [dependencies.plotly] version = "0.8.3" [dependencies.shell-words] version = "1.1.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.tracing-tree] version = "0.2.2"