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