[package] name = "energy-bench" version = "0.1.30" edition = "2021" categories = ["development-tools::profiling"] keywords = ["benchmarking", "energy", "sustainability"] description = "Methods for benchmarking the energy consumption of programs." repository = "https://gitlab.com/software-energy-lab/energy-benchmarking" license = "Apache-2.0" readme = "README.md" [lib] crate-type = ["lib", "cdylib"] name = "energy_bench" path = "src/lib.rs" [[bin]] name = "energy_bench" path = "src/bin.rs" [dependencies] rapl-energy = "0.1.19" chrono = "0.4.38" directories = "5.0.1" csv = "1.3.1" log = "0.4.22" statistical = "1.0.0" [dev-dependencies] rand = "0.8.5" [build-dependencies] cbindgen = "0.27.0"