# 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 = "ilert" version = "4.1.1" authors = ["Christian Froehlingsdorf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The official ilert api bindings." homepage = "https://ilert.com" documentation = "https://docs.rs/ilert" readme = "README.md" keywords = [ "ilert", "client", "alerting", "incident-coms", "oncall", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/iLert/ilert-rust" [lib] name = "ilert" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.40" features = [ "full", "rt-multi-thread", ]