# 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 = "twitchalerts" version = "0.1.5" authors = ["ConcelareDev"] description = "A crate which when it detect that a streamer is live which trigger the event handler, more features to be added." homepage = "https://crates.io/crates/twitchalerts" documentation = "https://docs.rs/twitchalerts" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/concelaredev/twitchalerts" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.tokio] version = "1.33.0" features = [ "rt", "macros", "io-std", "fs", ] [dependencies.toml] version = "0.8.2"