# 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 = "elicznik" version = "0.1.0" authors = ["Mariusz Białończyk"] include = ["/README.md", "/LICENSE", "/Cargo.toml", "/Cargo.lock", "/src/*.rs", "images/*"] description = "Utility for scraping energy meter data from Tauron eLicznik service and saving to PostgreSQL" homepage = "https://github.com/manio/elicznik-rs" documentation = "https://github.com/manio/elicznik-rs" readme = "README.md" keywords = ["tauron", "elicznik", "scraper", "postgresql"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/manio/elicznik-rs" resolver = "2" [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.log] version = "0.4.1" [dependencies.openssl] version = "0.10.*" features = ["vendored"] [dependencies.postgres] version = "0.19.*" features = ["with-chrono-0_4"] [dependencies.postgres-openssl] version = "0.5.0" [dependencies.reqwest] version = "0.11.9" features = ["cookies"] [dependencies.rust-ini] version = "0.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.11.2" features = ["paris", "ansi_term"] [dependencies.tokio] version = "1" features = ["full"]