# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ift-webhook" version = "0.2.8" authors = ["sinyo-matu "] description = "a convenient tool for trigger ifttt's webhooks" readme = "README.md" keywords = ["api", "ifttt", "webhook"] categories = ["api-bindings", "development-tools"] license = "MIT" repository = "https://github.com/sinyo-matu/ift-webhook" [dependencies.reqwest] version = "0.11.2" features = ["json"] optional = true [dependencies.tokio] version = "1.0.0" features = ["time", "rt"] optional = true [dependencies.ureq] version = "2.0.2" features = ["json"] optional = true [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.0.0" features = ["full"] [features] blocking = ["ureq"] default = ["blocking"] delay = ["non-blocking", "tokio"] non-blocking = ["reqwest"]