# 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 = "kplc-outage-parser" version = "0.2.6" authors = ["Brian Orwe "] description = "A library to give output of latest data from kplc outages pdf @ https://kplc.co.ke/category/view/50/planned-power-interruptions" readme = "README.md" license = "MIT" repository = "https://github.com/Borwe/kplc-outage-parser" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.56" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.2.2" features = ["v4"] [dev-dependencies.dotenv] version = "0.15.0"