[package] name = "benchmarker" authors = ["Jack Maguire/BurntNail - BurntNail@proton.me"] description = "Utility for benchmarking arbitrary binaries" license = "MIT" repository = "https://github.com/BurntNail/Benchmarker.git" version = "0.9.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.9", features = ["derive"] } ctrlc = "3.2.5" eframe = { version = "0.21.3", features = ["persistence"] } egui = { version = "0.21.0", features = ["persistence"] } egui_file = "0.8.0" indicatif = "0.17.3" itertools = "0.10.5" owo-colors = "3.5.0" plotly = "0.8.3" shell-words = "1.1.0" strum = { version = "0.24.1", features = ["derive"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } tracing-tree = "0.2.2" [[bin]] name = "precipice" path = "bin/main.rs" # generated by 'cargo dist init' [profile.dist] inherits = "release" debug = true split-debuginfo = "packed"