# 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 = "epgs-to-discord" version = "1.0.8" authors = ["yude"] description = "Post EPGStation's notifications to Discord via Webhook" readme = "README.md" license = "MIT" repository = "https://github.com/yude/epgs-to-discord" [dependencies.chrono] version = "0.4.24" [dependencies.chrono-tz] version = "0.8.4" [dependencies.clap] version = "4.2.3" features = ["derive"] [dependencies.config] version = "0.13.1" [dependencies.home] version = "0.5.4" [dependencies.serde] version = "1.0.160" [dependencies.serde_derive] version = "1.0.160" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.webhook] version = "2.1.2"