# 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 = "coppers" version = "0.1.1" description = "Coppers is a custom test harnass that measures the energy usage of your test suite." license = "Apache-2.0" repository = "https://github.com/ThijsRay/coppers" resolver = "2" [dependencies.git2] version = "0.14.2" [dependencies.hex] version = "0.4.3" [dependencies.pyo3] version = "0.16" features = ["auto-initialize"] optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] visualization = ["pyo3"]