# 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 = "carbonara" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculate co2 Emmisions using https://www.green-coding.io/co2-formulas/" readme = "README.md" keywords = [ "co2", "carbon", "emissions", "climate", "energy", ] license = "MIT" repository = "https://github.com/sevki/carbonara" [lib] name = "carbonara" path = "src/lib.rs" [[bin]] name = "energy" path = "src/energy.rs" [dependencies.argh] version = "0.1.12" [dependencies.okstd] version = "0.1.10" features = [ "macros", "argh", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.uom] version = "0.36.0" features = ["serde"]